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
This is MERN Project which uses JWT Authentication.
This is MERN Project which uses JWT Authentication. This project shows higher security for user by using hashing and jsonwebtoken.
It uses MongoDB Atlas for database.
Following dependencies are used in this project
Node
Express
MongoDB
React
axios
moongoose
nodemon
JWT
Cors
bootstrap
To run this project run following commands
1) client Folder
npm i node axios bootstrap react-bootstrap
2)server Folder
npm i node express mongoose nodemon jsonwebtoken cookie-parser bcryptjs cors