A simple CRUD-based Student Management Application built using Java, Spring Boot, Spring MVC, MySQL, Spring Data JPA, and Thymeleaf. This application allows you to perform basic operations like adding, viewing, updating, and deleting student records.
- Add new students with their details (First Name, Last Name, Email).
- View a list of all students.
- Update student information.
- Delete student records.
- Responsive UI using Thymeleaf templates.
- Backend: Java, Spring Boot, Spring MVC, Spring Data JPA
- Frontend: Thymeleaf, HTML, CSS
- Database: MySQL
- Build Tool: Maven