Aucune description

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

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.