chore: initial commit - Supabase stack with local Docker configuration

This commit is contained in:
qzl
2026-01-28 15:21:06 +08:00
commit 6af0989fe7
32 changed files with 2342 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Social App Monorepo
Flutter + FastAPI + Supabase + Redis + Milvus
## 说明
本仓库仅初始化结构,不包含业务实现
## 目录结构
- `apps/` —— 可运行应用(Flutter / FastAPI / Worker
- `infra/` —— 基础设施(本地 docker / 云部署 / 迁移)
- `configs/` —— 配置规范与公共配置模板(不含密钥)
- `tools/` —— 脚本与生成器
- `docs/` —— 文档与规则
详见 `docs/rules/repo-structure.md`