测试开发技术栈
后端开发技术
安装核心插件
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)
演练代码
https://github.com/ceshiren/backend_service_python_14
相关链接
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/