Skip to content

Instantly share code, notes, and snippets.

@lmas3009
Created January 29, 2021 15:38
Show Gist options
  • Save lmas3009/65d39d91ce24581415ea942b26ea22bb to your computer and use it in GitHub Desktop.
Save lmas3009/65d39d91ce24581415ea942b26ea22bb to your computer and use it in GitHub Desktop.
Rest API using MEN (MongoDB,ExpressJs and NodeJs)
{
"name": "rest_api",
"version": "1.0.0",
"description": "Rest API using MEN (MongoDB,ExpressJs and NodeJs)",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^5.11.14",
"nodemon": "^2.0.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment