计算中心----调查问卷服务端

guhongwei 42aa200104 1 %!s(int64=3) %!d(string=hai) anos
.github 22a0c2e5ee init %!s(int64=4) %!d(string=hai) anos
app 42aa200104 1 %!s(int64=3) %!d(string=hai) anos
config 8e16c9285f update %!s(int64=4) %!d(string=hai) anos
test 22a0c2e5ee init %!s(int64=4) %!d(string=hai) anos
.autod.conf.js 22a0c2e5ee init %!s(int64=4) %!d(string=hai) anos
.eslintignore 22a0c2e5ee init %!s(int64=4) %!d(string=hai) anos
.eslintrc 22a0c2e5ee init %!s(int64=4) %!d(string=hai) anos
.gitignore 22a0c2e5ee init %!s(int64=4) %!d(string=hai) anos
.travis.yml 22a0c2e5ee init %!s(int64=4) %!d(string=hai) anos
README.md 22a0c2e5ee init %!s(int64=4) %!d(string=hai) anos
appveyor.yml 22a0c2e5ee init %!s(int64=4) %!d(string=hai) anos
ecosystem.config.js 89c8ec2cca update %!s(int64=4) %!d(string=hai) anos
package.json 22a0c2e5ee init %!s(int64=4) %!d(string=hai) anos
server.js 7655ca203f update %!s(int64=4) %!d(string=hai) anos

README.md

service-question

问卷调查

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.