IMS (Inventory Management System) is a simple inventory management with minimal features.
The app uses the concept of ASP.NET Core Blazor in .NET 6 using Entity Framework Core, SQL Server, Clean Architecture, and ASP.NET Core Identity for Authentication and Authorization.
- Execute at Package Manager Console to IMS.Plugins.EF Core the commands
update-database -context IMSContext
update-database -context ApplicationDbContext
- Run the project IMS.WebApp
Full C# Project: Inventory Management System | ASP.NET Core Blazor, EF Core, SQL Server, Identity