- Start containers by running:
make run
- Build app
make build-dev
Use script for checking all app standards
make check-all
For effective work with host system. The config and more info in Makefile in project root directory.
Open API documentation in openapi.json
You can automatically generate OpenAPI schema with
make generate-open-api-schema