Edit the SQLALCHEMY_DATABASE_URI
in __init__.py
:
"mysql://user:password@localhost:3306/vending-db"
to your database uri.
Run create_tables.py
to create tables with empty content..
Use this command at the root directory of this repo:
flask --app vending