Task Manager
Project information
The Project contains the backend service that would be required for an Task Manager application. Implemented in Spring Boot, it covers all CRUD operations with necessary checks required. You can create a TaskList which can contain multiple Task with Priority and due Date to be completed. The completion of TaskList depends on the Tasks completed under it. You can also Update or Delete a Task from a TaskList. Updation and Deletion is supported for TaskList also, keeping in mind that deleting a TaskList will delete all Task's under it.