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

https://github.com/simranshaikh20/student-data-rest-api


https://github.com/simranshaikh20/student-data-rest-api

Last synced: about 1 year ago
JSON representation

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