Skip to content

Welcome to the PetStore Supplies Computer Base System repository! This project is a C++ program that is inspired by online stores like Shopee. It allows a pet store to manage their inventory and sales of supplies in a similar way to how an online store operates. Customers can browse the store's inventory and add items to their virtual cart. They ca

License

Notifications You must be signed in to change notification settings

Randomboiii03/PetStore-Supplies-Computer-Base-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PetStore Supplies Computer Base System

Welcome to the PetStore Supplies Computer Base System repository! This project is a C++ program that is inspired by online stores like Shopee. It allows a pet store to manage their inventory and sales of supplies in a similar way to how an online store operates. Customers can browse the store's inventory and add items to their virtual cart. They can then proceed to checkout and make a payment through the system. The system also allows the store to process customer orders and keep track of their purchases. It calculates the total cost of an order and updates the inventory accordingly. The system is user-friendly and easy to use, making it a valuable asset to the pet store's operations. It allows the store to offer a convenient shopping experience for their customers, similar to what they would find on an online store.

Getting Started

To get started with the PetStore Supplies Computer Base System, you will need the following:

To install MinGW-x64, follow the instructions provided by the VS Code documentation.

Once you have these tools installed, you can clone the repository to your local machine and open it in Visual Studio Code.

To run the program in the terminal, use the following format:

# this is a one line code
cd "c:\...\PetStore-Supplies-Computer-Base-System\src\" ; # change this path to the location of your cloned repository 
if ($?) { g++ *.cpp -o main } ; 
if ($?) { .\main }

To build an .exe file, change the path in task.json to the location of your cloned repository, then go to the terminal in Visual Studio Code and run the task "build exe."

Usage

To use the PetStore Supplies Computer Base System, follow the prompts in the program. You can add items to the inventory, process customer orders, and view the store's sales data.

Contributing

We welcome any contributions to the PetStore Supplies Computer Base System. If you have any ideas for improvements or spot any bugs, please open an issue in the repository or submit a pull request.

References

Some code in this project was inspired by or adapted from the following sources:

Support

If you like this project and found it useful, you can support the owner by donating through GCASH. Every little bit helps and we appreciate your support!

About

Welcome to the PetStore Supplies Computer Base System repository! This project is a C++ program that is inspired by online stores like Shopee. It allows a pet store to manage their inventory and sales of supplies in a similar way to how an online store operates. Customers can browse the store's inventory and add items to their virtual cart. They ca

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages