A simple Spring Boot application that provides REST APIs for managing to-do tasks.
This project demonstrates CRUD operations, RESTful architecture, and database integration with MySQL.
- Language: Java
- Framework: Spring Boot
- Database: MySQL
- Build Tool: Maven
- Tools: IntelliJ IDEA, Postman, Git
- ➕ Add new tasks
- ✏️ Update existing tasks
- ❌ Delete tasks
- 📋 Get all tasks
- 🔍 Get task by ID
This project was originally built with MySQL, and later extended to use MongoDB. The MongoDB version is available locally for testing and learning purposes.
git clone https://github.com/Sha050/todospringboot.git