basic setup with web page setup and need db connection

This commit is contained in:
arjunpat
2018-07-30 17:00:40 -07:00
parent 08b177ebe5
commit f3c7ab38dc
8 changed files with 3304 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "file-upload-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/talksik/file-upload-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/talksik/file-upload-server/issues"
},
"homepage": "https://github.com/talksik/file-upload-server#readme",
"dependencies": {
"express": "^4.16.3",
"mongodb": "^3.1.1"
},
"devDependencies": {
"nodemon": "^1.18.3"
}
}