بدون توضیح

lrf d4e6412ccc 0.0.42 1 سال پیش
.github 8440ac7785 更新query:时间精确到时分秒,query和count使用aggregate(聚合管道)查询 2 سال پیش
app af10ece4dc update 2 سال پیش
config 766a1d54ca init 3 سال پیش
lib 7b0aee5cb9 update 1 سال پیش
test 766a1d54ca init 3 سال پیش
.autod.conf.js 766a1d54ca init 3 سال پیش
.eslintignore 766a1d54ca init 3 سال پیش
.eslintrc 766a1d54ca init 3 سال پیش
.gitignore 766a1d54ca init 3 سال پیش
.travis.yml 8440ac7785 更新query:时间精确到时分秒,query和count使用aggregate(聚合管道)查询 2 سال پیش
README.md 766a1d54ca init 3 سال پیش
README.zh_CN.md 33be2e5a79 update 1 سال پیش
app.js 94e425486d 修改查询,匹配分站模式;添加中间件:检查token并转换到ctx.user上;password密码转换 2 سال پیش
appveyor.yml 766a1d54ca init 3 سال پیش
index.d.ts 766a1d54ca init 3 سال پیش
index.js 766a1d54ca init 3 سال پیش
package.json d4e6412ccc 0.0.42 1 سال پیش

README.md

naf-framework-mongoose-free

free egg framework use mongoose

QuickStart

$ npm install
$ npm test

publish your framework to npm, then change app's dependencies:

// {app_root}/index.js
require('naf-framework-mongoose').startCluster({
  baseDir: __dirname,
  // port: 7001, // default to 7001
});

Questions & Suggestions

Please open an issue here.