start python backend

This commit is contained in:
2021-06-06 22:25:10 +02:00
parent fe7019cd7c
commit 077c16fc2b
15 changed files with 612 additions and 1 deletions

View File

@ -1,2 +1,20 @@
# ki-backend
# Kompetenzinventar Backend
## Entwicklung
### Abhängigkeiten
- Python 3.8
- [Pipenv](https://github.com/pypa/pipenv)
### Entwicklungsumgebung aufbauen und starten
```
cp env.dev .env
pipenv install
pipenv shell
flask db upgrade
flask run
```
http://localhost:5000/