Erste Versuche mut Login - geht noch nicht ( duplicate error an der Mongo

This commit is contained in:
2025-08-12 15:23:48 +00:00
parent 7556c0792a
commit 2a9bcb50f7
6 changed files with 737 additions and 91 deletions

View File

@@ -8,9 +8,11 @@
"dev": "nodemon --watch server.js --watch views --watch public server.js"
},
"dependencies": {
"bcrypt": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^4.18.2",
"express-session": "^1.18.2",
"mongodb": "^6.6.0",
"pug": "^3.0.2"
},