backend sample react js 源码
示例React JS的后端 在带有Flask框架的Python中运行的简单服务。 要求 如何使用 创建一个虚拟环境python3 -m venv venv 激活虚拟环境source venv/bin/activate 安装所有要求pip install -r requirements.txt 运行应用程序 python app.py API规定 API端点在中发布 产生资料 POST / Response: application/json type GenerateDataResponse ={ filename: string, url: string } 获取数据 GET / Response: application/json type GetDataResponse = { count: Object<CountDa
文件列表
backend-sample-react-js-main.zip
(预估有个4文件)
backend-sample-react-js-main
.gitignore
30B
requirements.txt
126B
README.md
1KB
app.py
3KB
暂无评论