/shopping-cart

Primary LanguagePythonMIT LicenseMIT

Shopping Cart Project

Build Status

About

This project allows the user to enter item numbers for a set of products being purchased, and create a receipt summarizing the transaction.

To Use:

Prerequisites:

  • Python 3.7
  • Pip

Installation:

Clone this repository and save it to your local device.

Usage:

Open the command line and navigate to the shopping-cart folder Run the shopping cart script:

python shopping_cart.py

To Test:

Create a virtual environment for this project and install pytest:

pip install pytest

This program can be tested using the pytest command in the command line:

pytest 

It is recommended to deploy the project to a continuous integration service, such as Travis CI for continuous automated testing as further modifications are made to the code.

License:

This product is licensed under the MIT License. For more details, see LICENSE.md