Skip to content

Commit 525eb61

Browse files
authored
Update README.md
1 parent e3581f5 commit 525eb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.NET/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Library Coding Challenges
2-
This project contains a basic API for a fictional library. The library has a catalogue which is made up of a stock of books. It is a .net 7 web api project, using an in memory database - if you want to add additional test data, look at SeedData.cs.
2+
This project contains a basic API for a fictional library. The library has a catalogue which is made up of a stock of books. It is a .net 8 web api project, using an in memory database - if you want to add additional test data, look at SeedData.cs.
33

44
Each book stock record in the catalogue has an associated Book record, and if currently "On Loan" has a loan end date and an associated "Borrower"
55
It is possible via the API to retrieve all book stock records in the Catalogue, or to search by Author Name and/or Book Title. Both searches use a Contains search on the relevant Author/Book attributes.

0 commit comments

Comments
 (0)