docs: add README
This commit is contained in:
parent
6f61d0660c
commit
855b7cc0b5
28
README.md
Normal file
28
README.md
Normal file
@ -0,0 +1,28 @@
|
||||
# AI Legal Assistant
|
||||
|
||||
法律助手后端服务,提供法律分析、合同审查等功能。
|
||||
|
||||
## 技术栈
|
||||
|
||||
- Python 3.10+
|
||||
- FastAPI
|
||||
- SQLAlchemy
|
||||
- Alembic (数据库迁移)
|
||||
- Docker
|
||||
|
||||
## 项目结构
|
||||
|
||||
```
|
||||
backend/
|
||||
├── app/
|
||||
│ ├── api/v1/ # API 路由
|
||||
│ ├── core/ # 核心模块
|
||||
│ └── main.py # 应用入口
|
||||
├── alembic/ # 数据库迁移
|
||||
├── tests/
|
||||
└── Dockerfile
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Loading…
x
Reference in New Issue
Block a user