An open API service indexing awesome lists of open source software.

https://github.com/iamcharankumar/studentmanagementsystem

This is a Student Management Application developed using Spring Boot and Thyme leaf
https://github.com/iamcharankumar/studentmanagementsystem

Last synced: 5 months ago
JSON representation

This is a Student Management Application developed using Spring Boot and Thyme leaf

Awesome Lists containing this project

README

          

# StudentManagementSystem
This is a Student Management Application developed using Spring Boot and Thyme leaf

**Application Snapshots**

**The Home Page** - Where you can see the list of students and the corresponding CRUD operations available

![SMS_Home_Page](https://user-images.githubusercontent.com/29479534/155880527-18b81777-81cc-4371-8466-ffca3619b558.png)

**The Add Page** - The `Add Student` Button that we click on Home Page lands on this page.

![SMS_Add_Page](https://user-images.githubusercontent.com/29479534/155880538-ba31c830-d4b5-44a9-805e-44b3c2230936.png)

**The Update Page** - The `Update` Button that we click on Home Page lands on this page.

![SMS_Update_Page](https://user-images.githubusercontent.com/29479534/155880549-43f53307-0955-4fc1-97b2-36c96c00cf4a.png)

**Delete** - On Clicking the button Deletes the student record.