Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 521 Bytes

File metadata and controls

12 lines (11 loc) · 521 Bytes

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!