This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# {{project_name}}
FastAPI 业务后端项目。
由 iTi-Flask Copier 模板生成。
## 依赖
默认使用私有 Git 依赖。
推荐固定 tag,也允许 branch。
`file://` 只建议框架开发者本机验证模板时使用。
## 初始化
```bash
./scripts/app.sh init
```
Windows:
```bat
scripts\app.cmd init
```
{%ifinclude_system%}
同步系统 migration 和 seed:
```bash
./scripts/app.sh init-system
```
Windows:
```bat
scripts\app.cmd init-system
```
{%endif%}
## 开发
```bash
./scripts/app.sh serve 8000
./scripts/app.sh test
```
## 数据库迁移
```bash
./scripts/app.sh migration "alice add example table"