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

https://github.com/vinayakchandra/student-management-api-spring-boot

Student Management API - Spring Boot
https://github.com/vinayakchandra/student-management-api-spring-boot

backend java spring-boot

Last synced: about 1 month ago
JSON representation

Student Management API - Spring Boot

Awesome Lists containing this project

README

          

# Student Management API - Spring Boot

This is a RESTful API built using `Spring Boot` that allows users to manage student information. The API enables `CRUD` (
Create, Read, Update, Delete) operations for students in a student management system.

## Features

* Add a new student
* Get details of a student by ID
* Get a list of all students
* Update student details
* Delete a student by ID

## Technologies Used

* Spring Boot - For building the `REST API`
* Spring Data JPA - For database interaction
* Database - `MySQL`
* Swagger - API documentation