测试平台之后端开发

流程

项目创建

安装核心插件

pip install flask
pip install flask-restful
pip install flask-sqlalchemy
pip install pymysql
pip install flask-jwt-extended

直接启动

if __name__ == '__main__':
    app.run(debug=True)

作业

  • 完成TaskService的功能,基本的增删改查
  • 拔高:增加的时候关联TestCase

把你的作业提交到github或者码云,把链接回帖。

相关链接

https://flask.palletsprojects.com/en/1.1.x/

https://flask-sqlalchemy.palletsprojects.com/en/2.x/

https://flask-jwt-extended.readthedocs.io/en/latest/

https://flask-restful.readthedocs.io/en/latest/quickstart.html#

https://flask-cors.readthedocs.io/en/latest/

https://github.com/LQZuan/BackendFramwork.git

1 个赞

https://github.com/tangjy155/tangjyPro/tree/main/practice/platform

1 个赞

https://github.com/InsaneLoafer/HogwartsAPI/tree/master/assignment/platform

1 个赞

https://github.com/dubiao0310/lg_study/tree/master/platform_

https://github.com/zhuozx/pywork

https://github.com/Just-zhs/Hogwarts_AAA/tree/master/platform

https://github.com/zhousk/hogwarts/tree/master/bakend_framework

https://github.com/zsjlu/flask_and_vue_learn