K
Copyld
Bookld
Kizspy.me
Borrowerld
Status
Name
BirthYear
BorrowDate
ReturnDate
Books
BookAuthors
Bookid
Bookld
Title
Authorld
Publication Year
Genreld
Zoom
Borrowers
Borrowerld
Name
Email
Genres
Genreld
GenreName
Ensure that the database connection string is adjustable through appsettings.json (otherwise your post
will get 0 point)
Your task is to implement the following APIs using NET6 and Entity Framework Core:
Method
URL
GET
/api/books
GET
/api/paginationbooks
POST
/api/copies
DELETE
/api/copies/{copyld}
Description
Retrieve a list of all books
Retrieve a list of books with enhanced pagination features
Add a new copy for a book.
Delete a copy of a book.
+ 100%
Close