/SkyworthBack

人员,项目,队伍管理系统

Primary LanguageJavaScriptOtherNOASSERTION

BackSystem

BackSystem for skyworth members 华工创维俱乐部人员管理系统,包含人员,队伍,项目管理功能,留言及聊天室功能

Development

$ npm i
$ npm run dev
$ open http://localhost:8001/

线上根地址:
http://119.8.32.53:8001/

执行npm run dev后可获取接口文档

接口文档地址:

本地:
http://localhost:8001/swagger-ui.html

线上:
http://119.8.32.53:8001/swagger-ui.html#/

Deploy

$ 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 for more detail.