Skip to content

SatyaRajAwasth1/student-management-system-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

student-management-system-CRUD

This student-management-system-CRUD is a simple CRUD application for Student Management System. Written using Java and Spring Boot MVC, Spring Data JPA , MYSQL and Thymeleaf Template Engine using which one can add new student to the list, see all the student, edit existing student and delete the student.

Create

image

Read

image

Update

image

Delete

Before Delete: image After Delete: image

Personal goals

  • Learn to develop and implement CRUD and REST services using Spring MVC (Boot)
  • Understanding configuration and execution of spring framework
  • Performing CRUD operations using Spring Boot Hibernate data jpa

Technologies Used

Backend

  • Java 17 (Open JDK)
  • Spring Boot
  • Hibernate JPA

Template Engine

  • Thymeleaf

Frontend

  • Html
  • CSS
  • Bootstrap

Database

  • MYSQL database

Dependency Management Tool

  • Maven

IDE

  • Intellij-Idea