We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe023e commit b1813ceCopy full SHA for b1813ce
templates/express/mongo/dummydata.js
@@ -22,8 +22,8 @@ Thing.find({}).remove(function() {
22
info : 'Flexible and minimalist web application framework for node.js.',
23
awesomeness: 10
24
}, {
25
- name : 'Mongoose',
26
- info : 'An excellent way to add validation and business logic to your mongoDB objects.',
+ name : 'MongoDB + Mongoose',
+ info : 'An excellent document database. Combined with Mongoose to simplify adding validation and business logic.',
27
28
}, function(err) {
29
console.log('finished populating things');
0 commit comments