- docker
- docker-compose
First build the application
make build
And then launch it
make start
make check
This step requires go and golangci-lint to be installed in your system
API specification is located at docs/api/api.v1.yaml
and exported to docs/api/index.html
- Add acceptance & integration tests
- Improve loggin
- Better error handling
- Add metrics
- Implement http server graceful shutdown