No Description

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

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.