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

lrf402788946 92c4420c60 update 4 vuotta sitten
.github 22a0c2e5ee init 4 vuotta sitten
app 92c4420c60 update 4 vuotta sitten
config 02cd3f75af update 4 vuotta sitten
test 22a0c2e5ee init 4 vuotta sitten
.autod.conf.js 22a0c2e5ee init 4 vuotta sitten
.eslintignore 22a0c2e5ee init 4 vuotta sitten
.eslintrc 22a0c2e5ee init 4 vuotta sitten
.gitignore 22a0c2e5ee init 4 vuotta sitten
.travis.yml 22a0c2e5ee init 4 vuotta sitten
README.md 22a0c2e5ee init 4 vuotta sitten
appveyor.yml 22a0c2e5ee init 4 vuotta sitten
ecosystem.config.js 89c8ec2cca update 4 vuotta sitten
package.json 22a0c2e5ee init 4 vuotta sitten
server.js 89c8ec2cca update 4 vuotta sitten

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.