# AI Legal Assistant 法律助手后端服务,提供法律分析、合同审查等功能。 ## 技术栈 - Python 3.10+ - FastAPI - SQLAlchemy - Alembic (数据库迁移) - Docker ## 项目结构 ``` backend/ ├── app/ │ ├── api/v1/ # API 路由 │ ├── core/ # 核心模块 │ └── main.py # 应用入口 ├── alembic/ # 数据库迁移 ├── tests/ └── Dockerfile ``` ## License MIT