A Library Management System in .NET 7 using Generic Repository Pattern and UnitOfWork
- 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
isLMS.Web.Admin
- Run the following commands:
update-database -Context ApplicationDbContext
update-database -Context LibraryContext
- That's all, you are ready!