Skip to content

nashokota/Online-Store-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ Online Store Management System (C/C++)

πŸ“Œ Overview

This project is a simple Online Store Management System developed using C/C++. It provides a basic framework for managing products, customers, and sales operations. The system allows store owners or admins to add, update, delete, and view product details, as well as handle customer orders in a console-based environment.

🎯 Features

  • Add new products to the store
  • Update product information (price, quantity, etc.)
  • Delete products from the store
  • Display available products
  • Handle customer purchases/orders
  • Generate sales records and summaries

πŸ› οΈ Technologies Used

  • Programming Language: C / C++
  • Environment: Console (CLI-based)
  • File Handling: Used to store and retrieve product/customer data persistently

πŸ“ Project Structure

β”œβ”€β”€ main.cpp / main.c          # Entry point of the program
β”œβ”€β”€ product.h / product.cpp    # Product-related functions and structure
β”œβ”€β”€ customer.h / customer.cpp  # Customer-related functions and structure
β”œβ”€β”€ utils.h / utils.cpp        # Helper functions (validation, display, etc.)
β”œβ”€β”€ data/                      # Folder containing product and sales data files
└── README.md                  # Project documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages