One of the earlier boiler plate MEAN stack frameworks
Easy to install and use
var mongoose = require('mongoose');
mongoose.connect('mongodb://localhost/pets');
var Dog = mongoose.model('Dog', { name: String });
var izzy = new Dog({ name: 'Izzy' });
izzy.save(function (err) {
if (err) //
console.log('bark');
});
npm install mongoose
Shell-centric cross-platform open source MongoDB management tool
fyi - Snapchat: an app you can use to send photos with built-in self-destruct timers
google.com/+BaskinTapkan