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
- Host: GitHub
- URL: https://github.com/armagansarikey/asp.net-core-web-api-bookapi-usinginmemorydb
- Owner: armagansarikey
- Created: 2025-06-14T08:06:26.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-06-14T08:27:29.000Z (9 months ago)
- Last Synced: 2025-06-14T09:29:05.966Z (9 months ago)
- Topics: asp-net-core, aspnet-core, aspnetcore, csharp, http, inmemory-db, postman, swagger, swagger-ui, webapi
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:**

**getOneBookById:**

**post_Request:**

**post_Response:**

**new_response_of_getAllBook:**

**Postman Example**
