Files
patbond-doc/docs/index.md
T
2026-09-03 16:03:20 +08:00

15 lines
639 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Patbond 项目文档
Patbond 是面向宠物主人的社区、健康管理、AI 内容创作与本地服务平台。
当前项目由三个仓库组成:
- `patbond-flutter`:产品界面与本地交互 Demo。
- `patbond-api`Java/Spring Cloud 后端,当前实现身份注册和登录原型。
- `patbond-doc`:项目文档与 PostgreSQL 数据模型。
## 开发入口
- [开发实施文档](development/development-plan.md):当前基线、架构原则、接口约定、迭代计划和验收标准。
- [PostgreSQL 数据库脚本](database/patbond_postgresql.sql):本地开发数据库的目标结构及示例数据。