X-Village Web Course Accounting System Example Setup Run python shell python >>> from app import db >>> db.create_all() >>> exit() Usage Windows set FLASK_APP=app.py flask run macOS/Linux export FLASK_APP=app.py flask run Authors Lee-W License MIT