ki-backend/README.md

21 lines
273 B
Markdown
Raw Normal View History

2021-06-06 22:25:10 +02:00
# Kompetenzinventar Backend
2021-05-31 18:45:15 +02:00
2021-06-06 22:25:10 +02:00
## 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/