Skip to content

x-village/web-acccounting-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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