API to manage the reservations of avaliable books in a library Makes use of JWT and only allows logged in personal from making any changes to the DB Uses code first approach with .NET 6.0
Prerequisites
Open project using Visual Studio
Edit appsettings.json file where LibraryDB is edit the string to match your database connection string
Run add-migration "your_initial_migraiton" in package manage console in visual studio
Run update-database in package manage console in visual studio
Mentions There is no data present and as you need to register a new member, books and reservations after.