Flask backend for Admin interface.
- Python 3
Create instance folder in project root with the files key.key and config.py
- key.key is used for json web tokens
- instance/config.py contains private configurations
pip install -r requirements.txt
python run.py