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.
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.
sh setup.sh
docker compose down;docker compose up --build --remove-orphans
TODO
Use postman and import owl.postman_collection.json