A task manager application built using Node.js, Express, MongoDB, and JWT-based authentication.
- User registration and authentication
- Task CRUD (Create, Read, Update, Delete)
- User-specific tasks (only logged-in users can manage their tasks)
- JWT authentication for secure access to routes
- Backend: Node.js, Express.js
- Database: MongoDB (Mongoose)
- Authentication: JWT (JSON Web Token)
- Password Encryption: bcrypt.js