This is a boilerplate project for the Simplify Backend Take-Home assignment. You are not required to use this template, but we recommend it as it will save you time.
- Python 3.12+
- Poetry 1.8+
After installing the dependencies,
copy the .env.example
to .env
.
You will also find these commands useful:
poetry run dev
: Start the development server that you will be editing.poetry run mock
: This is the mock grading server that you will be consuming as part of the problem.poetry run pytest
: Run the tests.
If you are using PyCharm, run configurations have been provided for you for both the app and mock server.
You can find the challenge description in the CHALLENGE.md
file.