Skip to content

MarkSlayer456/InventoryManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Manager

A simple CRUD command-line inventory management system built in C# using SQLite for local data storage.

Inventory Screenshot

Features

  • Create new inventory items
  • View all items
  • View item by ID
  • Update existing items
  • Delete items
  • Persistent local storage using SQLite

Tech Stack

  • C#
  • .NET
  • SQLite

How It Works

The application uses a local SQLite database to store inventory items. On startup, the program checks for the database file and creates the required table if it does not exist.

All operations are handled through a simple console-based user interface.

Getting Started

git clone https://github.com/your-username/inventory-manager.git
cd inventory-manager
dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages