mongo reposityory
This commit is contained in:
parent
4995182651
commit
20ec2747ae
5 changed files with 268 additions and 49 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue