Python challenge for backend candidates
- Python >= v3.9
- Poetry >= v1.1.13
- Makefile
In project's directory, run the following commands:
poetry shell
poetry install
For PyCharm users: remember to mark the origin-python-challenge
directory as "sources root"
To run the project locally with hot reload:
make run