Worked on the add button + backend

This commit is contained in:
Daniel
2022-04-22 16:43:22 +04:30
parent f39baae69b
commit 9e72a0a2a7
11 changed files with 4093 additions and 65 deletions
+6 -2
View File
@@ -4,12 +4,16 @@
"description": "The backend",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "nodemon server.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.17.3",
"mongodb": "^4.5.0"
"mongodb": "^4.5.0",
"phantom": "^6.3.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}