/checkout

This project implements a python command-line application that allows the user to add items and print out the current register with the state of the cart including price and applied discounts, when applicable. The app runs in a Docker container.

Primary LanguagePython

The Farmer's Market

Introduction

This project implements a python command-line application that allows the user to add items and print out the current register with the state of the cart including price and applied discounts, when applicable. The app runs in a Docker container.

Prerequisites

Running the code

docker-compose build
docker-compose run app

Testing

docker-compose run test