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
- Host: GitHub
- URL: https://github.com/vinayakchandra/student-management-api-spring-boot
- Owner: vinayakchandra
- Created: 2024-10-22T18:34:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T18:14:44.000Z (over 1 year ago)
- Last Synced: 2025-03-24T20:17:36.903Z (over 1 year ago)
- Topics: backend, java, spring-boot
- Language: HTML
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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