Added backend+database support

This commit is contained in:
Daniel
2022-04-19 16:52:53 +04:30
parent 663b83b361
commit f39baae69b
18 changed files with 1377 additions and 29 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "webmarker_backend",
"version": "1.0.0",
"description": "The backend",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.17.3",
"mongodb": "^4.5.0"
}
}