Files
persionalBrand/README.md

31 lines
542 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.
# Personal Brand Miniapp
面向个体经营者的个人品牌小程序试点项目。当前首个试点为餐饮摊主与私厨服务。
## 工程结构
```text
apps/miniapp # 原生微信小程序
apps/admin # 管理后台
apps/api # API 服务
packages/types # 共享类型
packages/api-client
packages/validation
packages/config
prisma/
docs/
prototype/
```
## 环境要求
- Node.js >= 20.18
- pnpm 9.15
- PostgreSQL进入 API/数据库开发阶段时需要)
```bash
corepack enable
pnpm install
pnpm check
```