Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.01 KB

File metadata and controls

30 lines (24 loc) · 1.01 KB

Spring Boot Practice - REST APIs with HTTP Methods

Subject: Spring Boot Practice - REST APIs

Overview

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.

Technologies Used

  • Backend: Java (Spring Boot)
  • HTTP Methods: GET, POST, PUT, DELETE (via Spring annotations)

Purpose

This project is part of my ongoing practice with Spring Boot, focusing on building and testing REST APIs with different HTTP methods.