Skip to content

Instantly share code, notes, and snippets.

@artemis15
Created September 9, 2019 21:26
Show Gist options
  • Save artemis15/05cd196e2f4713ddeec3b45efd94ea64 to your computer and use it in GitHub Desktop.
Save artemis15/05cd196e2f4713ddeec3b45efd94ea64 to your computer and use it in GitHub Desktop.
Server file with default MongoDB connection
var mongoose = require('mongoose');
mongoose.connect('mongodb://localhost/mongoose_basics')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment