Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 724 Bytes

File metadata and controls

36 lines (21 loc) · 724 Bytes

MernAuth

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.

View live demo


Project Structure

  • client/ → React frontend (login, register, email verification, reset password)
  • server/ → Node.js + Express backend (auth API, JWT, MongoDB, Nodemailer)

Getting Started

1. Clone repo

git clone https://github.com/dafriyie7/MernAuth.git
cd MernAuth

Features

User registration & login

JWT authentication

Email verification (OTP)

Password reset with OTP

Protected routes