Skip to content

SimplifyJobs/backend-take-home

Repository files navigation

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 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 file.

About

Backend take-home project for Simplify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published