Written in Python 3.75 with flask web framework
Built at Munich University of Applied Sciences TRK
- Clone repository
- Create virtual environment
- Linux:
python3 -m venv venv
- Start virtual environment
- Linux:
source venv/bin/activate
- Install requirements
pip install -r requirements.txt
- Activate venv
flask run
orpython app.py
/flask run --host=0.0.0.0
for hosting in LAN
- see requirements.txt
TODO: implement windows guides