Student Record Management API
A Spring Boot REST API to manage student records with full GET, POST, and DELETE endpoints. Designed a Student entity applying encapsulation, with Controller and Service layers following Spring MVC structure. Connected to MySQL using JDBC for persistent storage, and tested every endpoint in Postman with proper exception handling for invalid input.