Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.07 KB

Login and registration with MERN stack

Final App 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:

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://192.46.215.57:5000 and client on http://localhost:3000