AspNetMVC-InventoryManagement-WebApi icon indicating copy to clipboard operation
AspNetMVC-InventoryManagement-WebApi copied to clipboard

The project was written in C# Asp.Net MVC environment using N-Tier Architecture and Web API, Entity Framework, Code First, Linq, Jquery, Bootstrap technologies.

Inventory Management System-WebApi Project

The project was written in as a N-Tier Architecture C# Asp.Net MVC environment using Web API, Entity Framework Code First, Linq, Jquery and Bootstrap technologies. The project has two type of user roles which are Admin and Warehouse managers. Used design pattern for creating N-Tier architecture are as follows:

  • Generic Repository Pattern
  • Unit of Work
  • Dependency Injection

CRUD like Create, Edit and Delete actions were performed by created Web API functions using Jquery.

First version of published project


inventorywebapi.azurewebsites.net
user: [email protected]
pass: 123123

Screenshots


Login

Dashboard

Product Management

Supplier Management

Purchase Management

Purchase Confirmed

User Management

Role Management

My Account

Asp.Net MVC, N-Tier Architecture, Web API, Entity Framework, Code First, Linq, Jquery, Bootstrap, Inventory Management