Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 350 Bytes

File metadata and controls

24 lines (15 loc) · 350 Bytes

Installation (EN)

python3 -m venv .venv python3 -m pip install -r requirements.txt python3 create_db.py python3 app.py

Open in browser:

http://localhost:5000


Installation (DE) python3 -m venv .venv python3 -m pip install -r requirements.txt python3 create_db.py python3 app.py

Im Browser öffnen:

http://localhost:5000