Skip to content

someshthakur90/StudentManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System

A web app in which you can add, delete, and update Student entries. The Web app follows the MVC design pattern and is developed using Java,Spring boot and Thymeleaf.


The view shown in the below image is rendered on firing "http://localhost:8080/students" url in the browser.

image

On clicking Add Student button.The view as shown below in rendered.

image

On clicking Update button.The view as shown below in rendered.

image

Delete button deletes the particular entry and returns the view as the first image.


Technologies Used

Backend Technology

* Java 17
* Spring boot 3
* Spring data Jpa
* Spring MVC
* MySQL(version 8) and hibernate
* Build tool - Maven

Frontend Technology

* html
* bootstrap
* Thymeleaf

How to install and run on your local machine.

* Clone the project using git clone https://github.com/someshthakur90/StudentManagementSystem.git in your local machine
* Change username, password , and database name in application.properties file accordingly.
* Compile and run StudentManagementSystemApplication.java file in Ide(I used IntelliJ).
* Type "http://localhost:8080/students" in your browser and play with the app.
* Suggestions are welcomed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published