forked from kompetenzinventar/ki-backend
data | ||
ki | ||
migrations | ||
.gitignore | ||
app.py | ||
env.dev | ||
LICENSE | ||
Pipfile | ||
Pipfile.lock | ||
README.md |
Kompetenzinventar Backend
Entwicklung
Abhängigkeiten
- Python 3.8
- Pipenv
Entwicklungsumgebung aufbauen und starten
cp env.dev .env
pipenv install
pipenv shell
flask db upgrade
flask run