MernAuth is a full-stack authentication system built with the MERN stack (MongoDB, Express, React, Node.js).
It provides secure user authentication with email verification and password reset flows.
- client/ → React frontend (login, register, email verification, reset password)
- server/ → Node.js + Express backend (auth API, JWT, MongoDB, Nodemailer)
git clone https://github.com/dafriyie7/MernAuth.git
cd MernAuthUser registration & login
JWT authentication
Email verification (OTP)
Password reset with OTP
Protected routes