Project Name: To-Do Application
Tech-Style
- Backend: Java Spring Boot Framework
- Database: MySQL
Operations
- Create a New Task
- Read all Tasks
- Update Existing Task
- Delete task
- Get all Completed Tasks
- Get all Incompleted Tasks
Database Structure
- id - Integer Primary Key
- task - varchar Task Name or task detail
- completed - Boolean task is completed or not