Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 741 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 741 Bytes

IMS (Inventory Management System)

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.

Run Locally

  • 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

Reference

Full C# Project: Inventory Management System | ASP.NET Core Blazor, EF Core, SQL Server, Identity