Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeeshier/product_management_system_project
https://github.com/zeeshier/product_management_system_project
product-management product-management-system
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeeshier/product_management_system_project
- Owner: Zeeshier
- Created: 2024-06-29T19:13:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T19:18:13.000Z (8 months ago)
- Last Synced: 2024-11-13T23:11:26.292Z (3 months ago)
- Topics: product-management, product-management-system
- Language: C++
- Homepage:
- Size: 493 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product Management System
## Description
A simple console-based Product Management System in C++ to add, search, and delete products. Product details are stored in `product.txt`.
## Features
- **Add Product:** Add new products with name, type, price, and quantity.
- **Search Product:** Search for products by keyword.
- **Delete Product:** Delete products by name.
- **Exit:** Exit the program.## Requirements
- C++ compiler