Welcome to the Book Lending Library API coding challenge! In this challenge, we will be creating a simple API for a book lending library. The primary focus is on implementing core functionalities without the need for a user interface. We'll be pairing on this challenge.
- Check out this repository locally
- Create a new branch for your work
- Familiarise yourself with the code
- We'll be working on your machine doing a screenshare
dotnet ef migrations add "Initial Migration" -p ./LendingLibraryInterview.Data -s ./LendingLibraryInterview.Api