From 855b7cc0b5529ca8b715f4e3549a84ec9c28725c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 May 2026 04:03:27 +0800 Subject: [PATCH] docs: add README --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md 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