- Install Poetry: https://python-poetry.org/docs/#installation
- Run:
poetry install - Run App with:
make run_app_on_docker: docker-compose to make available app + dependencies. - Swagger with documentation of all endpoints will be available at http://<APP_HOST>:<APP_PORT>>/docs. Defaults to:
http://127.0.0.1:5000/docs
For running type checking, linter, and tests check Makefile commands.