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

https://github.com/armagansarikey/asp.net-core-web-api-bookapi-usinginmemorydb

An ASP.NET CORE WEB API Application with using in memory database
https://github.com/armagansarikey/asp.net-core-web-api-bookapi-usinginmemorydb

asp-net-core aspnet-core aspnetcore csharp http inmemory-db postman swagger swagger-ui webapi

Last synced: 9 months ago
JSON representation

An ASP.NET CORE WEB API Application with using in memory database

Awesome Lists containing this project

README

          

This is a basic **ASP.NET CORE WEB API** application with using **in memory database**.

There is a kind of bookshelf in the application.

You can add a new book or update/delete a current one. You can bring all books or one of them.

You can use **swagger** or **postman** for these operations.

Please find some outcomes below.

**getAllBooks:**

getBooks_output

**getOneBookById:**

getBookbyId_output

**post_Request:**

post_request

**post_Response:**

post_response

**new_response_of_getAllBook:**

getBooks_newresponse

**Postman Example**

Postman_example