flask-restful-example:lasFlask-RESTful应用程序开发示例

时间:2024-05-24 08:44:27
【文件属性】:

文件名称:flask-restful-example:lasFlask-RESTful应用程序开发示例

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-24 08:44:27

Python

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


【文件预览】:
flask-restful-example-master
----models()
--------profiles.py(253B)
--------__init__.py(83B)
--------base.py(424B)
----app.py(2KB)
----manager.py(2KB)
----routes()
--------api_v1.py(301B)
--------__init__.py(51B)
----tests()
--------__init__.py(0B)
--------testapp.py(3KB)
--------testcommon.py(1KB)
----resources()
--------profiles.py(4KB)
--------__init__.py(24B)
----LICENSE(1KB)
----common()
--------constants.py(24B)
--------utils.py(1KB)
--------code.py(306B)
--------__init__.py(108B)
----requirements.txt(420B)
----.gitignore(1KB)
----config.py(1KB)
----README.md(357B)

网友评论