Learn modern Back-end development with Python.
- Install Poetry
pip install poetry
- Install the dependencies
poetry install
- Set up Pre-commit (for development)
pip install pre-commit
pre-commit install
Windows users could skip this step as pre-commit is not yet supported on Windows.
- Run the project
poetry run python app.py