A full-stack MERN application for user management with secure authentication and CRUD operations.
- User signup and login with JWT-based authentication
- Password hashing with bcrypt
- Protected dashboard with CRUD operations (Create, Read, Update, Delete)
- Responsive UI with Bootstrap
- REST API with Express.js and MongoDB
- Error handling and success alerts
Frontend:
- React.js
- Bootstrap
- Axios
- React Router
Backend:
- Node.js
- Express.js
- MongoDB
- Mongoose
Authentication:
- JWT
- bcrypt
- Clone the repository
git clone <repo-url>