-Developed a complete task management backend system using Laravel and MySQL.
-Implemented user authentication including register and login features with token-based
authentication using Laravel Sanctum.
-Created secure and validated RESTful APIs for managing tasks:
-create, update, delete, show single task, and show all tasks.
-Designed a Category system to organize tasks, including category creation and deletion
endpoints.
-Built a Favorite task feature, allowing users to mark and manage preferred tasks.
-Applied Eloquent relationships between users, tasks, and categories (One-to- One,
One-to-Many, Many-to-Many).
-Utilized Form Request Validation, middleware for route protection, and returned
consistent JSON responses.
-Tested all endpoints using Postman with secure headers and token auth.