Example backend application written in FastAPI framawork
- pyenv
- poetry
- create virtualenv (supported python^3.12.0)
-
make install
The application is using ruff as a static code checker, ruf seetings are in pyproject.toml
nox package is for linting, testing. https://nox.thea.codes/en/stable/
-
poetry shell
-
nox --sessions [lint, fixlint, test]