- flask: Python server of choise
- Check out the code
- Install requirements
pipenv install - Start the server with:
python app.py
flask db init
flask db migrate -m "add comment here"
flask db upgrade
| Name | Name | Last commit date | ||
|---|---|---|---|---|
pipenv install
python app.py
flask db init
flask db migrate -m "add comment here"
flask db upgrade