# wardrobe_backend **Repository Path**: qianmoon/wardrobe_backend ## Basic Information - **Project Name**: wardrobe_backend - **Description**: xxxxxxxxxxx - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/qianmoon/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-09 - **Last Updated**: 2025-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README wardrobe_backend/ ├── app.py # Flask主应用 ├── config.py # 配置文件 ├── models.py # 数据库模型 ├── requirements.txt # 依赖列表 ├── uploads/ # 图片存储目录 └── init_db.py # 数据库初始化脚本 调试接口 curl -X POST http://localhost:5001/api/upload \ -F "file=@/Users/aha/Desktop/6.jpeg" \ -F "type=羽绒服" \ -F "season=冬"