add skills seeds and implement api

This commit is contained in:
2021-06-07 17:52:14 +02:00
parent 802f227676
commit 5321144dc0
6 changed files with 43 additions and 3 deletions

View File

@ -13,6 +13,7 @@
cp env.dev .env
pipenv install
pipenv shell
export FLASK_APP=app.py
flask db upgrade
flask run
```