An open API service indexing awesome lists of open source software.

https://github.com/slfagrouche/e-commerce-system

The E-commerce System that simulates a simple online shopping experience. Users can add products to their shopping cart, view the cart, and complete the purchase.
https://github.com/slfagrouche/e-commerce-system

dictionary oops-in-python python3

Last synced: 7 months ago
JSON representation

The E-commerce System that simulates a simple online shopping experience. Users can add products to their shopping cart, view the cart, and complete the purchase.

Awesome Lists containing this project

README

          

# The E-commerce System

The E-commerce System! this is a Python project that simulates a simple online shopping experience. Users can add products to their shopping cart, view the cart, and complete the purchase.

## How to Use

1. Clone the repository to your local machine using the following command:
git clone https://github.com/slfagrouche/SimpleEcommerceSystem.git

2. Navigate to the project directory:
cd SimpleEcommerceSystem

3. Run the `main.py` file to start the e-commerce system:
python main.py

4. You will be presented with a list of available products and prompted to enter the product ID to add it to the cart. To complete the purchase, type 'checkout'.

## Available Products

The following products are available for purchase:

1. Product A - $10
2. Product B - $15
3. Product C - $20
# Add more products here

## Features

- Add products to the shopping cart
- View the contents of the shopping cart
- Complete the purchase and display the total cost

## Contributions

Contributions to the Simple E-commerce System project are welcome! If you'd like to contribute, please follow these steps:

1. Fork the repository to your GitHub account.
2. Create a new branch for your contribution (e.g., `bug-fix`, `feature-addition`, `documentation`, `test-cases`, `code-optimization`).
3. Make the respective changes to your local repository.
4. Push the changes to the branch in your GitHub repository.
5. Open a pull request, describing the changes you made and the purpose of your contribution.