Skip to content

clout-js-modules/clout-mongoose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clout-mongoose

Install

In the directory of your clout-js application, do the following;

  1. Install this package
npm install clout-mongoose
  1. Add this module to package.json
{
    ...
    "modules": ["clout-mongoose"]
    ...
}

Configure

Create a new file mongoose.default.js or mongoose.<YOUR_ENV>.js in /conf directory with the following JavaScript.

module.exports = {
    mongoose: {
        // refer to http://mongoosejs.com/docs/connections.html
        uri: 'mongodb://localhost/myapp',
        conf: {}
    }
};

About

Clout module to leverage mongoose for models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published