Removed express-session middleware & Updated to use MongoDB instead of json files
This commit is contained in:
parent
028a14fbe0
commit
9152a80139
9 changed files with 285 additions and 387 deletions
|
@ -24,9 +24,12 @@
|
|||
"body-parser": "^1.19.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.1",
|
||||
"express-bearer-token": "^2.4.0",
|
||||
"express-session": "^1.17.2",
|
||||
"install": "^0.13.0",
|
||||
"lodash": "^4.17.21",
|
||||
"mongodb": "^4.0.1",
|
||||
"mongoose": "^5.13.3",
|
||||
"multer": "^1.4.2",
|
||||
"path": "^0.12.7",
|
||||
"rimraf": "^3.0.2",
|
||||
|
|
Reference in a new issue