科技数据

liuyu a35ac0336d hh 5 years ago
.vscode 2658276cb2 科技数据 5 years ago
app 65375abe12 更改数据库和表 5 years ago
config a35ac0336d hh 5 years ago
test 2658276cb2 科技数据 5 years ago
.autod.conf.js 2658276cb2 科技数据 5 years ago
.eslintignore 2658276cb2 科技数据 5 years ago
.eslintrc 2658276cb2 科技数据 5 years ago
.gitignore 2658276cb2 科技数据 5 years ago
.travis.yml 815a4f4c2f 科技数据服务端更新 5 years ago
README.md 35fa2af218 first commit 5 years ago
appveyor.yml 815a4f4c2f 科技数据服务端更新 5 years ago
ecosystem.config.js 2658276cb2 科技数据 5 years ago
package.json 2658276cb2 科技数据 5 years ago
server.js 2658276cb2 科技数据 5 years ago

README.md

service-record

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.