待办事项与消息提醒

dygapp ef32d39083 修改生产环境数据库连接 il y a 5 ans
.vscode 648e89c0e7 hhh il y a 5 ans
app b1d4826295 更改面试邀请模板 il y a 5 ans
config ef32d39083 修改生产环境数据库连接 il y a 5 ans
test 648e89c0e7 hhh il y a 5 ans
.autod.conf.js 648e89c0e7 hhh il y a 5 ans
.eslintignore 648e89c0e7 hhh il y a 5 ans
.eslintrc 648e89c0e7 hhh il y a 5 ans
.gitignore 648e89c0e7 hhh il y a 5 ans
.travis.yml 648e89c0e7 hhh il y a 5 ans
README.md 9d3b5d3669 first commit il y a 5 ans
app.js 7202d57a57 模板消息更改 il y a 5 ans
appveyor.yml 648e89c0e7 hhh il y a 5 ans
ecosystem.config.js 648e89c0e7 hhh il y a 5 ans
package.json 5676705982 hhhh il y a 5 ans
server.js 648e89c0e7 hhh il y a 5 ans

README.md

service-msg

消息

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.