Subject: Spring Boot Practice - REST APIs
This is a practice Spring Boot application demonstrating the use of various HTTP methods (GET, POST, PUT, DELETE) through a REST controller.
- REST Controller: Implements basic functionality similar to Gmail.
- HTTP Methods: Demonstrates GET, POST, PUT, DELETE methods for different use cases.
- Backend: Java (Spring Boot)
- HTTP Methods: GET, POST, PUT, DELETE (via Spring annotations)
This project is part of my ongoing practice with Spring Boot, focusing on building and testing REST APIs with different HTTP methods.