Files
john 1aaef71f52 Initial commit: Happy Up monorepo through Sprint 5.
Document-driven MVP with FastAPI backend, Vue H5, WeChat mini shell, product demo, and Docker dev stack.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-23 11:42:40 +08:00

15 lines
456 B
Markdown

# API & Database Contracts
本目录为工程化使用的**契约副本**,单一事实来源仍为文档包:
| 文件 | 文档源路径 |
|------|-----------|
| `openapi.yaml` | `doc/Kids_AI_Posture_Platform_BUSINESS_DELIVERY_V1.0/07_API接口/openapi.yaml` |
| `database.sql` | `doc/Kids_AI_Posture_Platform_BUSINESS_DELIVERY_V1.0/06_数据库设计/database.sql` |
更新契约时请先改文档包,再执行:
```bash
make sync-contracts
```