Skip to content

Instantly share code, notes, and snippets.

@slmanju
Created January 5, 2018 17:08
Show Gist options
  • Select an option

  • Save slmanju/ffe217b7d334e074ba8546bdc041a876 to your computer and use it in GitHub Desktop.

Select an option

Save slmanju/ffe217b7d334e074ba8546bdc041a876 to your computer and use it in GitHub Desktop.
var mongoose = require('mongoose');
mongoose.connect('mongodb://localhost/nodeems', function (err) {
if (err) throw err;
console.log('Successfully connected to the database');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment