Getting started
- clone the backend api repo
git clone git@github.com:duch3201/ep-backend && cd ep-backend - create a venv
python -m venv . - install the dependencies
pip install -r requirements.txt
and now you're done! to start the api just run
python main.py