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

https://github.com/matheusadc/bookstore

This project aims to represent an API in C# that includes a CRUD (Create, Read, Update, Delete) divided into endpoints.
https://github.com/matheusadc/bookstore

csharp postman-api swagger-ui

Last synced: 12 months ago
JSON representation

This project aims to represent an API in C# that includes a CRUD (Create, Read, Update, Delete) divided into endpoints.

Awesome Lists containing this project

README

          

# description icon Description
This project aims to represent an API in C# that includes a CRUD (Create, Read, Update, Delete) divided into endpoints.

# C# icon Endpoints
## HttpPost - Create
#### Postman screen
![image](https://github.com/user-attachments/assets/0011195d-77cb-47ab-a8d9-a6349c2c7c85)

## HttpGet - Read
#### Swagger screen
![image](https://github.com/user-attachments/assets/db303de6-6c21-47db-8846-44e3078c31ec)

## HttpPut - Update
#### Swagger screen
![image](https://github.com/user-attachments/assets/913e40e7-eec1-4ee1-afa4-40afcb5f81f7)

## HttpDelete - Delete
#### Swagger screen
![image](https://github.com/user-attachments/assets/dff1cae7-8478-471a-8771-c82f1b927028)