start python backend
This commit is contained in:
20
README.md
20
README.md
@ -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/
|
||||
|
Reference in New Issue
Block a user