PickPost前瞻协作平台 如何使用 私有服务器部署 $ npm install $ npm run build $ npm start $ open http://localhost:7001 如何加入开发 项目后端使用框架,数据库ORM使用,前端框架使用。 本地开发 依赖MongoDB数据库服务,开发前,请先启动数据库 $ npm install $ npm run dev $ open http://localhost:7001 数据库设计 详见: /doc/schema.md 提交示例: git commit -m 'feat: 接口文档功能' 项目结构概览 . ├── README