# eog-management **Repository Path**: zmzmCoder/eog-manage ## Basic Information - **Project Name**: eog-management - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-09 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 元枢AI智能教育平台 面向K12教育阶段的SaaS智能教育平台,通过AI技术赋能教育机构。 ## 技术栈 - **后端**:Spring Boot 3.2 + Java 17 + PostgreSQL + Redis - **前端**:Vue 3 + Vite + Element Plus + Pinia - **AI框架**:LangGraph + LangChain4j - **部署**:Docker + Docker Compose ## 项目结构 ``` yuanshu-platform/ ├── apps/ │ ├── api/ # 后端API服务 (Spring Boot) │ └── web/ # Web管理端 (Vue 3) ├── docs/ # 项目文档 └── infrastructure/ # 基础设施配置 ``` ## 快速开始 ### 前置要求 - JDK 17+ - Maven 3.9+ - Node.js 18+ - PostgreSQL 15+ - Redis 7+ ### 启动后端服务 ```bash cd apps/api mvn spring-boot:run ``` 后端服务将在 http://localhost:8080 启动 API文档: http://localhost:8080/api/docs/swagger-ui.html ### 启动前端服务 ```bash cd apps/web npm install npm run dev ``` 前端服务将在 http://localhost:3001 启动 ### 使用Docker Compose启动所有服务 ```bash cd infrastructure docker-compose up -d ``` ## 开发文档 详细文档请查看 [docs/](./docs/) 目录: - [项目概述](./docs/project-brief.md) - [产品需求文档](./docs/prd.md) - [技术架构文档](./docs/architecture.md) ## License Copyright © 2024 元枢教育平台