python -m venv .venv
.venv\Scripts\activate
if on windows or source .venv\bin\activate
if on mac/linux
pip install -r requirements.txt
and do python ./server.py
to run the backend. You'll need someone from the team to send you the keys.env
file