# pmp **Repository Path**: sworker/pmp ## Basic Information - **Project Name**: pmp - **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-01-25 - **Last Updated**: 2026-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PMP - 项目管理软件 (Project Management Platform) 一个类似于Redmine和Kanboard结合的项目管理软件,专为25人左右的小团队设计。 ## 技术栈 ### 后端 - Node.js - Express.js / NestJS - PostgreSQL / MongoDB - TypeORM / Mongoose - JWT认证 ### 前端 - React / Vue3 - Ant Design / Element Plus - Redux / Pinia - Axios ## 项目结构 ``` pmp/ ├── backend/ # 后端代码 ├── frontend/ # 前端代码 ├── docs/ # 文档 ├── report/ # 开发报告 └── README.md # 项目说明 ``` ## 开发阶段 详见 [todolist.md](./todolist.md) ## 快速开始 ### 后端启动 ```bash cd backend npm install npm run dev ``` ### 前端启动 ```bash cd frontend npm install npm run dev ``` ## Git分支策略 - `main`: 生产环境分支 - `develop`: 开发主分支 - `feature/*`: 功能开发分支 - `bugfix/*`: Bug修复分支 ## License MIT