This is just a test place to play around with Nodejs, Express, EJS express-handlebars and MongoDB.
If you don't know much about MongoDB read up here: https://docs.mongodb.com/manual/tutorial/getting-started/
Also using http://mongoosejs.com for object modeling and schemas.
If you rename db.config-sample.js -> db.config.js then you can put your settings there to fire up MongoDB locally, or via the cloud. You can find this file in "/utils/db/config/db.config-sample.js"
npm start
npm test