https://github.com/simplifyjobs/backend-take-home
Backend take-home project for Simplify
https://github.com/simplifyjobs/backend-take-home
Last synced: 8 months ago
JSON representation
Backend take-home project for Simplify
- Host: GitHub
- URL: https://github.com/simplifyjobs/backend-take-home
- Owner: SimplifyJobs
- Created: 2024-09-10T04:30:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-26T07:28:19.000Z (9 months ago)
- Last Synced: 2025-09-26T09:26:33.451Z (9 months ago)
- Language: Python
- Size: 72.3 KB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simplify Backend Take-Home
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.
## Dependencies
- Python 3.12+
- Poetry 1.8+
## Getting Started
After installing the dependencies,
copy the [`.env.example`](https://github.com/SimplifyJobs/backend-take-home/blob/master/.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.
## Challenge
You can find the challenge description in the [`CHALLENGE.md`](https://github.com/SimplifyJobs/backend-take-home/blob/master/CHALLENGE.md) file.