Full-stack task management system with JWT authentication and Role-Based Access Control.
Angular | Node.js | Express.js | MongoDB | JWT | TypeScript
- User registration and login with JWT
- Role-based access: Admin, Manager, User
- Task create, update, delete, status tracking
- Protected API endpoints
cd backend && npm install && npm start cd frontend && npm install && ng serve