Skip to content

cespitia/inventory-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InventoryLite

Cloud-ready ASP.NET Core Web API + React (TypeScript) SPA demonstrating REST APIs, service layering, and Azure deployment readiness.

Tech

  • API: ASP.NET Core Web API (C#)
  • Data: EF Core (SQLite for MVP speed)
  • Client: React + TypeScript (Vite)
  • Docs: Architecture + test plan + Azure deploy notes

Run (Local)

API

cd src/InventoryLite.Api
dotnet restore
dotnet ef database update
dotnet run

Screenshots

Swagger API

Swagger API

Products List

Products

Add Product

Add Product

Edit Product

Edit Product

Delete Confirmation

Delete Product

About

Inventory management system featuring a React frontend, .NET Web API backend, and SQL Server persistence with Swagger integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors