Added signin route in backend

This commit is contained in:
Manik Maity
2024-11-08 12:51:14 +05:30
parent edfce3edaa
commit 582daa2c3b
9 changed files with 256 additions and 28 deletions

View File

@@ -13,9 +13,11 @@
"description": "",
"dependencies": {
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.0",
"socket.io": "^4.8.1",
"swagger-jsdoc": "^6.2.8",