- Install docker and docker-compose. Complete post-install instructions.
- Run
docker compose up -d
to start development server. - API should now be accessible through http://localhost:8080/v1/status/ping
Run migrations:
make migrate
Create migration:
make new-migration
- Generate mocks
make mocks
- Run tests
make test
- Docs are accessible through http://localhost:8080/v1/docs/