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.
- Host: GitHub
- URL: https://github.com/matheusadc/bookstore
- Owner: MatheusADC
- Created: 2024-12-23T22:52:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T18:43:02.000Z (over 1 year ago)
- Last Synced: 2025-03-15T17:46:35.955Z (about 1 year ago)
- Topics: csharp, postman-api, swagger-ui
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Description
This project aims to represent an API in C# that includes a CRUD (Create, Read, Update, Delete) divided into endpoints.
#
Endpoints
## HttpPost - Create
#### Postman screen

## HttpGet - Read
#### Swagger screen

## HttpPut - Update
#### Swagger screen

## HttpDelete - Delete
#### Swagger screen
