restful-todo:Python Flask 中的 RESTful Todo 管理

时间:2021-07-01 18:08:13
【文件属性】:
文件名称:restful-todo:Python Flask 中的 RESTful Todo 管理
文件大小:20KB
文件格式:ZIP
更新时间:2021-07-01 18:08:13
Python RESTful 待办事项应用程序 Python 和 Flask 中基于 RESTful 的基于 Web 的 Todo 应用程序 安装 $ python manage.py createall 跑步 $ python manage.py runserver 测试 $ python manage.py test 去掉 $ python manage.py dropall RESTful 交互 获取待办事项列表 curl -u test:test -H "Accept: application/json" -i http://localhost:5000/todos/api/v1.0/todos 获取一个单独的待办事项 curl -u test:test -H "Accept: application/json" -i http://localhost:5000/todos/api/v1.
【文件预览】:
restful-todo-master
----.travis.yml(124B)
----.pydevproject(434B)
----tests()
--------test_apis.py(942B)
--------test_skeleton.py(565B)
--------test_integration.py(2KB)
--------__init__.py(0B)
----LICENSE(18KB)
----app()
--------models.py(971B)
--------templates()
--------static()
--------__init__.py(557B)
--------main()
--------exceptions.py(44B)
----.project(366B)
----requirements.txt(155B)
----manage.py(744B)
----.gitignore(685B)
----config.py(1008B)
----README.md(1KB)

网友评论