Skip to main content

Setup backend

Please make a virtual environment and run the following commands.

virtualenv venv --python=python3
source ./venv/bin/activate
pip3 install -r requirements.txt

After this, execute:

python run.py

or

python3 run.py