add login feature

This commit is contained in:
2025-10-22 06:55:28 -04:00
parent f2cf309d97
commit 28d0443f44
22 changed files with 287 additions and 1136 deletions

View File

@@ -17,7 +17,12 @@
"typescript": "5.9.3"
},
"dependencies": {
"@prisma/client": "^6.18.0",
"@types/cookie-parser": "^1.4.9",
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.7",
"express": "^5.1.0",
"morgan": "^1.10.1"
"morgan": "^1.10.1",
"prisma": "^6.17.1"
}
}