Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 876 Bytes

File metadata and controls

18 lines (10 loc) · 876 Bytes

Student Management System

A project created using springboot 3, spring data jpa, mysql and thymeleaf with fetures to add a new student, get the details of the student, update the details of the student and delete student.

Installation

  1. Clone the repo to your local and then open in any java ide of your choice and load the pom.xml file
  2. Verify all the depedencies are installed properly.
  3. Open and database server and create a database with the name as present in the application.properties file.
  4. Once everything is setup correctly you can run the StudentManagementApplication class and verify the logs in console.
  5. Open http://localhost:8080/student to get the list of students and which is also the main dashboard of the project.

Demo

demo.mp4