First commit

This commit is contained in:
2018-05-31 12:39:05 -04:00
commit fb65ff28f2
8 changed files with 4053 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "productsapi",
"version": "1.0.0",
"description": "Node + Express + MongoDB API",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"RestAPI",
"MEAN"
],
"author": "Raghu-ch",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"mongoose": "^5.1.3"
}
}