Backend server for this repo
python3 -m venv venv
pip install -r requirements.txt
- Run
python deploy.py
and insert proper link (to get it you can contact me personally) - Setup parameters in
settings.py
- You can start dev server on
localhost:5000
by runningpython wsgi.py
- You can try test uwsgi configuration by running
uwsgi --ini uwsgi.ini