healthyFZU/Backend_developers
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
使用pip install -r requirements.txt下载相关库 运行app.py文件即可开启程序后端服务器 程序目录架构: myproject/ │ ├── myapp/ │ ├── __init__.py │ ├── user.py │ ├── log.py │ ├── body.py │ ├── body_measurements.py │ ├── dailyIntake.py │ ├── dietary_habits.py │ ├── dishes.py │ ├── health_info.py │ ├── ingredients.py │ ├── merchants.py │ ├── review.py │ └── others #其他蓝图 │ ├── uploads/ │ ├── README.txt ├── requirements.txt └── app.py #程序运行处