https://github.com/rayxtr/student_mangement_system
Student Management System is a application to register students and edit their respective properties. Delete students from front end as well as backend.
https://github.com/rayxtr/student_mangement_system
hibernate-jpa java16 mysql rest-api spring-boot springmvc springweb sql thymeleaf
Last synced: 6 months ago
JSON representation
Student Management System is a application to register students and edit their respective properties. Delete students from front end as well as backend.
- Host: GitHub
- URL: https://github.com/rayxtr/student_mangement_system
- Owner: rayxtr
- Created: 2023-02-13T16:57:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T09:45:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-10T22:59:25.476Z (about 1 year ago)
- Topics: hibernate-jpa, java16, mysql, rest-api, spring-boot, springmvc, springweb, sql, thymeleaf
- Language: HTML
- Homepage:
- Size: 343 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student_Mangement_System
Student Management System
In this system you can add,edit,delete and see list of students.
Tech Stack Used :
- Java
- Hibernate-Jpa
- Spring MVC
- Spring-boot
- Sql
There is a view of the student management system in a html page.
There is Rest-Api also for using it in website design.
How to use Application
URL to use this API for Controller
http://localhost:8080/studentsURL to use this API for REST
http://localhost:8080/managementMVC DEMO
REST API DEMO using PostMan
Database Model -
Using (SQL commands and structure of table)