Skip to content

szarath/Library_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library_API

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages