A CRUD Application in React.js
- User can create account, login
- JWT authentication
- Admin can manage all the users
- React.js
- Node.js
- Express.js
- MongoDB
- jwt
- React-Bootstrap
- Mongoose
- React-toastify
Clone the project
git clone https://github.com/sreeshilck/CRUD-user-management-reactGo to the project client directory
cd CRUD-user-management-react/frontendInstall dependencies
npm installStart the client
npm run startGo to the project server directory
cd CRUD-user-management-react/backendInstall dependencies
npm installStart the server
npm start