diff --git a/README.md b/README.md new file mode 100644 index 0000000..a9ab854 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file