A basic CRUD (Create, Read, Update, Delete) application built using Spring Boot, MySQL, and JPA, showcasing fundamental backend development with a focus on clean and efficient API design.
- Create: Add new records to the database.
- Read: Retrieve records with optional filtering.
- Update: Modify existing records efficiently.
- Delete: Remove records securely.
- Framework: Spring Boot
- Database: MySQL
- ORM: JPA (Java Persistence API)
- Tools: Spring Data JPA, Postman (for API testing)
- Clone the repository:
git clone https://github.com/your-username/crud-application.git