Skip to content
Permalink
Browse files
feat: adds mongodb
  • Loading branch information
MantasMikal committed Jan 18, 2021
1 parent 77a5da1 commit 55bc112a8b55ee079d9ddf3a30d6b2e4b6a31847
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 13 deletions.
@@ -13,3 +13,4 @@ lib/
.vs/
.vscode/
certs
.env

Some generated files are not rendered by default. Learn more.

@@ -21,15 +21,18 @@
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"config": "^3.3.3",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"errorhandler": "^1.5.1",
"express": "^5.0.0-alpha.8",
"express-session": "^1.17.1",
"fido2-library": "^2.5.2",
"glob": "^7.1.6",
"mongoose": "^5.11.12",
"nodemon": "^2.0.7"
},
"devDependencies": {

0 comments on commit 55bc112

Please sign in to comment.