This CleverStack Module deeply integrates MongooseJS into CleverStack, to provide an out of the box Object Document Mapper which is rich in features, widely used and accepted, well tested, mature and a reliable Enterprise Grade NoSQL (DB) Solution.
See cleverstack.io for more detailed information on the Node seed or visit the Getting Started Guide
-
From your project folder run
clever install clever-odm
-
In the config file for your desired environment (ie. backend/config/local.json), update the clever-odm object with the details for your database.
-
From your project's
backend
folder. The database tables for your modules should now be installed!
See our LICENSE