Skip to content

A Library Management System in .NET 7 using Generic Repository Pattern and UnitOfWork

License

Notifications You must be signed in to change notification settings

AKouki/LibraryManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibraryManagementSystem

A Library Management System in .NET 7 using Generic Repository Pattern and UnitOfWork

Getting Started

  • Download the project
  • Open project with Visual Studio and wait for dependencies to be resolved
  • Set LMS.Web.Admin as StartUp Project
  • Open Package Manager Console and make sure that Default Project is LMS.Web.Admin
  • Run the following commands:
    update-database -Context ApplicationDbContext
    update-database -Context LibraryContext
  • That's all, you are ready!

About

A Library Management System in .NET 7 using Generic Repository Pattern and UnitOfWork

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published