Registration Login and CRUD Action using MERN stack
1.0.0
Simlple example of user registration, login and CRUD action with backend restAPI using mongoDB, Nodejs(Express.js) and mongoose, authentication using JWT token also pagination and frontend using react.js and material-ui api calling with axios.
Below noted things you need to install to run this project in your system
Clone or download this repository
cd Registration-and-Login-using-MERN-stack/backend
npm install
cd Registration-and-Login-using-MERN-stack/frontend
npm install
To run node server
cd Registration-and-Login-using-MERN-stack/backend
node server.js
To run react frontend
cd Registration-and-Login-using-MERN-stack/frontend
npm start