Mono repo for opsway backend related projects.
Everything is dockerized, so you can start development with just a few commands.
All golang code is hot-reloaded, so you don't need to restart the server after every change.
All migrations are run automatically on server start.
docker-compose up
docker-compose down