This project is a student management application. This application provides functionality to add, list, update and delete students using Spring Boot, Spring MVC, Spring Data JPA, Thymeleaf and Bootstrap technologies.
-
Clone or download this repository to your local machine.
-
Open an IDE like Eclipse or IntelliJ IDEA and import the project.
-
Configure the project as a Maven project and download the necessary dependencies.
-
Run the project and navigate to http://localhost:8090 in your browser.
When you run the application, you can see all students on the main page. You can add a new student, update or delete an existing student.
Client: Spring Boot, Spring MVC, Spring Data JPA, Thymeleaf and Bootstrap