forked from kompetenzinventar/ki-backend
455 B
455 B
Kompetenzinventar Backend
Entwicklung
Abhängigkeiten
- Python 3.8
- Pipenv
Entwicklungsumgebung aufbauen und starten
cp env.dev .env
pipenv install
pipenv shell
export FLASK_APP=app.py
flask db upgrade
flask run