mongo reposityory

This commit is contained in:
jleveau 2020-10-12 16:09:41 +02:00
parent 4995182651
commit 20ec2747ae
5 changed files with 268 additions and 49 deletions

View file

@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node js index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
@ -11,6 +12,7 @@
"dependencies": {
"body-parser": "^1.19.0",
"ejs": "^2.7.1",
"express": "^4.17.1"
"express": "^4.17.1",
"mongodb": "^3.6.2"
}
}