A full-stack authentication system built with the MERN stack (MongoDB, Express, React, Node.js) using JSON Web Tokens (JWT) for secure authentication.
- User Registration
- User Login
- Password Hashing (using bcrypt)
- Email verfication
- Logout functionality
- Reset Password Functionality
- Frontend: React
- Backend: Node.js, Express
- Database: MongoDB (Mongoose)
- Authentication: JWT, bcrypt
- Other Tools: Postman (for testing), dotenv