Skip to content

MERN stack project with REDUX managment on login and sign up authentication and encryption security.

Notifications You must be signed in to change notification settings

sangwansangwan/MERN_LOGIN-SIGNUP-full-authentication-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Login Signup App

A project designed with MERN stack, with minimalist ready-to-launch component for Sessions based Login and Sign-Up using Reactjs, Redux, Node.js + Express and MongoDB.

Features provided

  • Sign in page with success/error messages
  • Sign up page with success/error messages
  • Protected Profile page route that needs authentication to access
  • Persistence achieved using Sessions, with session ID stored on local storage
  • Logout deletes session in browser and authentication headers
  • Fully responsive across Desktop and Mobile with dynamic resolution

Prerequisites

  • Node.js
  • NPM package managment
  • React for front-end
  • MongoDB Atlas MongoURI for database
  • Jason web token for auth purpose
  • NodeMailer for OTP purpose
  • Bcrypt for password hashing

Quick Start

Clone the repository

 https://github.com/sangwansangwan/MERN_LOGIN-SIGNUP-full-authentication-.git

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Image Gallery

Sign Up

Sign In

Password Recovery Page

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

MERN stack project with REDUX managment on login and sign up authentication and encryption security.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published