Registration and login functionality inclusion
Showing
This diff is collapsed.
... | @@ -9,9 +9,11 @@ | ... | @@ -9,9 +9,11 @@ |
"@testing-library/react": "^13.4.0", | "@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | "@testing-library/user-event": "^13.5.0", | ||
"axios": "^1.6.8", | "axios": "^1.6.8", | ||
"bcryptjs": "^2.4.3", | |||
"cors": "^2.8.5", | "cors": "^2.8.5", | ||
"dotenv": "^16.4.5", | "dotenv": "^16.4.5", | ||
"express": "^4.19.2", | "express": "^4.19.2", | ||
"jsonwebtoken": "^9.0.2", | |||
"mongoose": "^8.3.1", | "mongoose": "^8.3.1", | ||
"mysql": "^2.18.1", | "mysql": "^2.18.1", | ||
"react": "^18.2.0", | "react": "^18.2.0", | ||
... | @@ -49,5 +51,10 @@ | ... | @@ -49,5 +51,10 @@ |
"@babel/plugin-proposal-private-property-in-object": "^7.21.11", | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", | ||
"prisma": "^5.12.1" | "prisma": "^5.12.1" | ||
}, | }, | ||
"proxy": "http://localhost:5000" | "proxy": "http://localhost:5000", | ||
"description": "Adaptive Learning System for Enhancing Mathematical Aptitude in English Medium O-Level Education", | |||
"main": "tailwind.config.js", | |||
"keywords": [], | |||
"author": "", | |||
"license": "ISC" | |||
} | } |
server/utils/authHelpers.js
0 → 100644
Please register or sign in to comment