Skip to content

Instantly share code, notes, and snippets.

@ShawonAshraf
Created August 3, 2019 20:33
Show Gist options
  • Select an option

  • Save ShawonAshraf/7ce42ddab10fbec96fab34471dfa6117 to your computer and use it in GitHub Desktop.

Select an option

Save ShawonAshraf/7ce42ddab10fbec96fab34471dfa6117 to your computer and use it in GitHub Desktop.
Code for mongodb-nodejs-medium article
{
"name": "mongo-start-nodejs-medium",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"mongodb": "^3.1.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment