# 创维信息管理系统Node后端 **Repository Path**: scut-skyworth-club/BackSystem ## Basic Information - **Project Name**: 创维信息管理系统Node后端 - **Description**: 基于Egg开发的Node后端,对创维信息管理系统功能的实现 - **Primary Language**: JavaScript - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-15 - **Last Updated**: 2021-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BackSystem BackSystem for skyworth members 华工创维俱乐部人员管理系统,包含人员,队伍,项目管理功能,留言及聊天室功能 ### Development ```bash $ npm i $ npm run dev $ open http://localhost:7001/ 线上根地址: http://120.78.195.215:7001/ ``` 执行`npm run dev`后可获取接口文档 接口文档地址: ``` 本地: http://localhost:7001/swagger-ui.html 线上: http://120.78.195.215:7001/swagger-ui.html#/ ``` ### Deploy ```bash $ npm start $ npm stop ``` ### npm scripts - Use `npm run lint` to check code style. - Use `npm test` to run unit test. - Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.