docs: add README and ignore data.db

This commit is contained in:
root 2026-05-19 04:00:33 +08:00
parent 1d7946d98a
commit 9e0bf2e639
2 changed files with 27 additions and 0 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@ QWEN.md
.codex/ .codex/
.gemini/ .gemini/
.qwen/ .qwen/
backend/data.db

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# Digital Employee Platform
数字员工平台后端服务。
## 技术栈
- Python 3.10+
- FastAPI
- SQLAlchemy (async)
- SQLite
## 项目结构
```
backend/
├── app/
│ ├── main.py # 应用入口
│ ├── config.py # 配置
│ └── api.v1/ # API 路由
├── tests/
└── pyproject.toml
```
## License
MIT