https://github.com/simranshaikh20/student-data-rest-api
https://github.com/simranshaikh20/student-data-rest-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simranshaikh20/student-data-rest-api
- Owner: SimranShaikh20
- Created: 2025-01-20T05:16:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T10:15:46.000Z (over 1 year ago)
- Last Synced: 2025-02-11T11:26:24.295Z (over 1 year ago)
- Language: C#
- Size: 16.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student-Data-Rest-Api
This is a simple REST API built using **ASP.NET Core** for managing student data. The API supports CRUD operations to create, read, update, and delete student records.
## Features
- **GET**: Retrieve a list of all students or a specific student by their ID.
- **POST**: Add a new student to the system.
- **PUT**: Update an existing student's data.
- **DELETE**: Remove a student from the system.
## API Endpoints
### 1. **GET** `/api/studentdata`
Retrieve a list of all students.
#### Example Request:
```http
GET http://localhost:5000/api/studentdata