venlentine / flask-restful-example

✨Flask-RESTful Application Development Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%