K
BorrowHistory
Kizspy.me Borrowld
BookCopies
Authors
Copyld
Authorld
Copyld
Bookid
Borrowerld
Status
Name
Birth Year
BorrowDate
ReturnDate
Books
BookAuthors
Bookid
Bookld
Title
Authorid
Publication Year
Genreld
Borrowers
Borrowerld
Genres
Name
Email
Genreld
GenreName
Zoom
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
Description
GET
/api/books
Retrieve a list of all books
GET
/api/paginationbooks
POST
/api/copies
Retrieve a list of books with enhanced pagination features
Add a new copy for a book.
DELETE
/api/copies/{copyId}
Delete a copy of a book.
+ 94%
Close