Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 599 Bytes

File metadata and controls

30 lines (20 loc) · 599 Bytes

Owl

Owl is a simple web application that allows users to create and manage their own project with base structure working. for eg. auth, login, registration, logging, tracing, deployment, etc.

Overview

Owl is developed using domain driven design and clean architecture. It is written in Go and uses PostgreSQL as database. It uses docker-compose to run the application in local.

Setup

sh setup.sh

Run

docker compose down;docker compose up --build --remove-orphans

unit testing

TODO

Testing

Use postman and import owl.postman_collection.json