成果评价-服务端

guhongwei 8c7ab2e81d 专家id可以为空 il y a 2 ans
.github 0af7de990e init il y a 3 ans
app 8c7ab2e81d 专家id可以为空 il y a 2 ans
config 97ea3c4f48 update il y a 3 ans
test 0af7de990e init il y a 3 ans
.autod.conf.js 0af7de990e init il y a 3 ans
.eslintignore 0af7de990e init il y a 3 ans
.eslintrc 0af7de990e init il y a 3 ans
.gitignore 0af7de990e init il y a 3 ans
.travis.yml 0af7de990e init il y a 3 ans
README.md 0af7de990e init il y a 3 ans
appveyor.yml 0af7de990e init il y a 3 ans
ecosystem.config.js 9ceaefc61e update il y a 3 ans
package.json 0af7de990e init il y a 3 ans
server.js 8dd4ba384c update il y a 3 ans

README.md

service-achive

成果评价系统-服务端

QuickStart

see egg docs for more detail.

Development

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

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.