Skip to content

Instantly share code, notes, and snippets.

@ahmad-ali14
Created June 13, 2020 22:32
Show Gist options
  • Save ahmad-ali14/29010133abffcfcb5d2d68704484a61d to your computer and use it in GitHub Desktop.
Save ahmad-ali14/29010133abffcfcb5d2d68704484a61d to your computer and use it in GitHub Desktop.
mongo.connect(process.env.DATABASE_URL, (err, db) => {
if(err) {
console.log(‘Database error: ‘ + err);
} else {
console.log(‘Successful database connection’);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment