Skip to content

This project is a simple warehouse management system that allows users to store and retrieve products using data structures. It is a practice project designed to be run in the terminal.

Notifications You must be signed in to change notification settings

keiner5212/warehouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warehouse Management System

This project is a simple warehouse management system that allows users to store and retrieve products using data structures. It is a practice project designed to be run in the terminal.

Features

  • Add products: Users can add new products to the warehouse.
  • Remove products: Users can remove existing products from the warehouse.
  • Search products: Users can search for products by name or ID.
  • List all products: Users can view a list of all products currently stored in the warehouse.

Data Structures

This project uses the following data structures to store and manage products:

  • Linked list: Used to store the list of products.

Getting Started

To get started with using the app, follow these steps:

  1. Clone the repository and open the project with Dev c++
  2. Compile the code
  3. Run the executable file generated

Usage

Once you have compiled and run the code, you can use the following commands to interact with the app:

  • add: Add a new product to the warehouse.
  • remove: Remove an existing product from the warehouse.
  • search: Search for a product by name or ID.
  • list: List all products currently stored in the warehouse.

Contributing

Contributions are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

This project is a simple warehouse management system that allows users to store and retrieve products using data structures. It is a practice project designed to be run in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages