Go to file
weeman 6bedeef48a
implement skills and languages endpoints
2021-06-07 22:04:03 +02:00
data implement skills and languages endpoints 2021-06-07 22:04:03 +02:00
ki implement skills and languages endpoints 2021-06-07 22:04:03 +02:00
migrations implement skills and languages endpoints 2021-06-07 22:04:03 +02:00
.gitignore start python backend 2021-06-06 22:25:10 +02:00
LICENSE Initial commit 2021-05-31 18:45:15 +02:00
Pipfile implement skills and languages endpoints 2021-06-07 22:04:03 +02:00
Pipfile.lock start python backend 2021-06-06 22:25:10 +02:00
README.md implement skills and languages endpoints 2021-06-07 22:04:03 +02:00
app.py implement skills and languages endpoints 2021-06-07 22:04:03 +02:00
env.dev start python backend 2021-06-06 22:25:10 +02:00

README.md

Kompetenzinventar Backend

Entwicklung

Abhängigkeiten

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