Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 681 Bytes

File metadata and controls

20 lines (14 loc) · 681 Bytes

Student Management System using Spring Boot and Postman

Overview

This project implements a Student Management System using Spring Boot, providing CRUD (Create, Read, Update, Delete) operations via RESTful API web services. It allows users to perform basic operations on student records such as adding, retrieving, updating, and deleting student information.

Features

  • Create: Add new student records to the system.
  • Read: Retrieve student information by ID or other criteria.
  • Update: Modify existing student records.
  • Delete: Remove student records from the system.

Technologies Used

  • Java
  • Spring Boot
  • Spring Data JPA
  • Postman
  • Maven