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-react
Go to the project client directory
cd CRUD-user-management-react/frontend
Install dependencies
npm install
Start the client
npm run start
Go to the project server directory
cd CRUD-user-management-react/backend
Install dependencies
npm install
Start the server
npm start