You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comment line 41 in server\controllers\studentController.js and instead use const validPassword=password===student.password;
make a .env file and set environment variable for JWT_SECRET and MONGO_URI.If you are using local database, fed database with registartionNumber and password used in Readme file .
if mongoose is throwing error..try to install mongoose using npm.
run node server.js command in root directory of server.
No description provided.
The text was updated successfully, but these errors were encountered: