Skip to content

orange23qi/flask-restful-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-RESTful Example

安装依赖包

python install -r requirements.txt

创建数据表

python manager.py db init
python manager.py db migrate
python manager.py db upgrade

debug模式启动

python manager.py debug

生产模式启动

python manager.py run

Tests

python -m tests.testapp

About

✨Flask-RESTful Application Development Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%