- uses https://github.com/tiangolo/uvicorn-gunicorn-docker
- uses Poetry https://github.com/python-poetry/poetry
- with black, isort, flake8, mypy, pytest
-
Build uvicorn docker
make build
-
Spin-up container
make run
-
Browse
https://localhost:8000/docs
-
Run tests
make test
-
Format with black and isort
make format