Skip to main content

Getting started

  1. clone the backend api repo
    git clone git@github.com:duch3201/ep-backend && cd ep-backend
  2. create a venv
    python -m venv .
  3. install the dependencies
    pip install -r requirements.txt

and now you're done! to start the api just run

python main.py