Skip to content

This is a boilerplate for MERN Authentication that stores JWT in an HTTP-Only cookie. It alo uses Redux Toolikt + Email Verification(Nodemailer) while creating new accounts + forgot&reset password functionnality

Notifications You must be signed in to change notification settings

BenMradB/MERN_AUTH_EmailVerifications_Forgot-Reset-Passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN_AUTH

This is a boilerplate for MERN Authentication that stores JWT in an HTTP-Only cookie. It alo uses Redux Toolikt + Email Verification(Nodemailer) while creating new accounts + forgot&reset password functionnality

Installation

  • Clone this repo
git clone https://github.com/BenMradB/MERN_AUTH.git
  • Open to the MERN_AUTH project and type this command to install the necessary dependencies
npm i
  • Move to the frontend folder to install the necessary dependencies
cd frontend
npm i
  • To run only the server side you have to be located in the MERN_AUTH folder then run this command
npm run server
  • To run only the client side you have to be located in the MERN_AUTH folder then run this command
npm run client
  • To run both the client & server side you have to be located in the MERN_AUTH folder then run this command
npm run dev

About

This is a boilerplate for MERN Authentication that stores JWT in an HTTP-Only cookie. It alo uses Redux Toolikt + Email Verification(Nodemailer) while creating new accounts + forgot&reset password functionnality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published