# 专高六项目 **Repository Path**: getxs/ZG6XM ## Basic Information - **Project Name**: 专高六项目 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-13 - **Last Updated**: 2026-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 优童成长社管理系统(前后端分离项目) ## 目录结构 ``` YouTong/ ├─ frontend/ # 前端(React + TypeScript + Vite + Ant Design) ├─ backend/ # 后端(FastAPI + SQLAlchemy + MySQL) └─ plan/ # 项目文档 ``` ## 快速开始 ### 前端 ```bash cd frontend npm install npm run dev # http://localhost:5174 ``` ### 后端 ```bash cd backend python -m venv venv venv\Scripts\activate pip install -r requirements.txt uvicorn app.main:app --reload --port 8000 ``` > 详细文档见 [plan/项目文档.md](plan/项目文档.md)