aiframe/docs/ARCHITECTURE.md

23 lines
465 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 系统架构设计
## 技术栈
- 前端Angular 16 + Material Design
- 后端NestJS + TypeORM + JWT
- 数据库PostgreSQL
- 文件存储MinIO
- 实时通信WebSocket
## 模块划分
1. 用户认证模块
2. 工作区管理模块
3. AI服务集成模块
4. 插件管理模块
5. 项目管理模块
## 数据模型关系
```mermaid
graph TD
User --> Workspace
Workspace --> Project
Workspace --> AiConfig
Workspace --> PluginConfig