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

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.

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


  • Open Github

  • Openhttps://github.com/rayxtr/Student_Mangement_System

  • copy Repository link.

  • Clone Repository to Your Local Folder.

  • Open STS >> Import projects >> Choose directory for your Project

  • Inside Project open app and Run Application as Spring boot application

  • URL to use this API for Controller

    http://localhost:8080/students

    URL to use this API for REST

    http://localhost:8080/management

    MVC DEMO


    REST API DEMO using PostMan


    Database Model -

    Using (SQL commands and structure of table)


    Thank You for your visit.