This project is a simple CRUD (Create, Read, Update, Delete) backend application built with Spring Boot. It demonstrates basic RESTful API operations using the following technologies:
-
Spring Boot — For building the REST API endpoints (GET, POST, PUT, DELETE)
-
Spring Data JPA — For database access and ORM
-
MySQL — As the relational database
-
MySQL Connector — For connecting the Spring Boot application to the MySQL database