-
Build your service
HINT: If your auth-srv is private repository, yor must connecting to GitHub with SSH
bash build --full
-
Run PostgreSQL in Docker container
make db_start
-
Run your service
./bin/demo
-
Shutdown
- stop the service itself
- if you don't need data from your database, stop it:
make db_stop