Created
January 29, 2021 15:38
-
-
Save lmas3009/65d39d91ce24581415ea942b26ea22bb to your computer and use it in GitHub Desktop.
Rest API using MEN (MongoDB,ExpressJs and NodeJs)
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
{ | |
"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