Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 485 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 485 Bytes

Origin Python Challenge

Python challenge for backend candidates

Requirements

Installation

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"

Running locally

To run the project locally with hot reload:

make run