This project is an ASP.NET CORE WEB API application that was designed by using Entity Framework Core Code First approach.
It is a bookshelf application.
Thanks to this project, you can add new books to your bookshelf, make updates to existing books, delete a book,
list all books or any book you want. You can make all of these actions via postman or swagger.
Some Example Outcomes:
GetAllBook First Situation:
Post Request:
GetAllBook - After adding a new book:
Put Example: