BoilerPlate of MERN Stack user authentication using REACT as frontend and MONGODB as backend.
- bcrypt
- cors
- axios
- express
- mongoose
- jwt
For starting Frontend Client
$ cd client/
$ npm install
$ npm start
For starting Backend Server
$ npm install
$ npm run dev