Registration-and-Login-using-MERN-stack
Registration-and-Login-using-MERN-stack copied to clipboard
Registration and Login user authentication via passport and JWTs
Login and registration with MERN stack
User Registration and Login functionality with validations using React, NodeJs, ExpressJs and MongoDB and authentication using passport and JWTs.
Live Demo: https://mern-login-register.herokuapp.com/
This project uses the following technologies:
- React and React Router for frontend
- Express and Node for the backend
- MongoDB for the database
- Redux for state management between React components
Reference via
Quick Start
// Install dependencies for server & client
npm install && npm run client-install
// Run client & server with concurrently
npm run dev
// Server runs on http://localhost:5000 and client on http://localhost:3000