forked from kompetenzinventar/ki-backend
27 lines
455 B
Markdown
27 lines
455 B
Markdown
# 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
|
|
export FLASK_APP=app.py
|
|
flask db upgrade
|
|
flask run
|
|
```
|
|
|
|
http://localhost:5000/
|
|
|
|
### Quellen
|
|
|
|
* [`./data/iso_639_1.csv`](https://de.wikipedia.org/wiki/Liste_der_ISO-639-1-Codes)
|
|
* [`./data/imgs/flags`](https://github.com/gosquared/flags)
|