A simple and efficient REST API built using Spring Boot and MySQL, designed to manage student data. The API supports the following key features:
- Add new students to the system.
- Retrieve details of a specific student.
- Get a list of all students.
- Update existing student information.
- Delete a student from the system.
This project demonstrates clean and scalable RESTful design, leveraging Spring Boot's powerful features for rapid development, with MySQL as the database for reliable data storage.