This is a simple Spring Boot REST API for managing students.
- Add, update, delete students
- Handles database errors with Spring Data JPA
- Exception handling using @RestControllerAdvice
- Uses Spring Boot, JPA, and MySQL
- Spring Boot
- Spring Data JPA
- MySQL
- Postman (for testing)