Starting DB in Docker:
make db-upStarting Redis in Docker:
make redis-upStarting application locally:
make runStop and delete database:
make db-downStarting DB and API in Docker:
make docker-upStop and delete containers:
make docker-downMake tests and coverage:
make coverInstall migrations:
make migrate-upGenerate mock:
make mockGenerate Swagger:
make swagOpen Swagger UI
http://localhost:8080/swagger/index.html