Skip to content

shankha001/MERN-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN-Authentication

BoilerPlate of MERN Stack user authentication using REACT as frontend and MONGODB as backend.

License: MIT

Dependencies

  • bcrypt
  • cors
  • axios
  • express
  • mongoose
  • jwt

Installation

For starting Frontend Client

$ cd client/
$ npm install
$ npm start

For starting Backend Server

$ npm install
$ npm run dev