Skip to content

Files

Latest commit

cfb2d94 · Jul 24, 2020

History

History
31 lines (22 loc) · 460 Bytes

readme.md

File metadata and controls

31 lines (22 loc) · 460 Bytes

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