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>
This commit is contained in:
john
2026-07-23 11:42:40 +08:00
commit 1aaef71f52
116 changed files with 10550 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Happy Up 微信小程序壳
Sprint 5 最小可用壳,复用 FastAPI 后端,与 H5 共用同一套 API。
## 开发
1. 启动 API`make api-dev`
2. 微信开发者工具导入本目录 `apps/mini`
3. 详情 → 本地设置 → 勾选「不校验合法域名」
4. 默认 API`http://127.0.0.1:8000`(可在 `app.js` 修改 `apiBase`
## 页面
| 页面 | 说明 |
|------|------|
| login | 手机验证码登录(682139 |
| home | 儿童档案列表 |
| screening | 直传 + 分析 + 报告摘要 |
完整 UI 与 Tab 导航在 `apps/web` H5;小程序后续可嵌入 web-view 或继续原生迭代。