fordkuppp / vending

0 stars 0 forks source link

Vending Machine Tracking APIs

build Coverage Maintainability Rating

Instruction

Create database schema

Edit the SQLALCHEMY_DATABASE_URI in __init__.py:

"mysql://user:password@localhost:3306/vending-db"

to your database uri.

Create tables

Run create_tables.py to create tables with empty content..

Run

Use this command at the root directory of this repo:

flask --app vending