Created
September 9, 2019 21:26
-
-
Save artemis15/05cd196e2f4713ddeec3b45efd94ea64 to your computer and use it in GitHub Desktop.
Server file with default MongoDB connection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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