HarrisonGrubb / shopping-cart-project

Shopping cart app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Managing Your Shopping Cart

This project creates a checkout process for my favorite store/resturant, Sheetz.

Requirements

Python 3.7 Anaconda 3.7 Pip Sendgrid 6.05 Dotenv

Installation

Feel free to fork this project or create your own repo.

You can then download a local version.

Use the commands below to set up your virtual enviroment.

conda create -n shopping-cart-env
conda activate shopping-cart-env

The repo doesn't currently use Pandas or Pytest but in the next few iterations I hope to leverage these additional packages. If you want to install them use the commands below.

pip install sendgrid
pip install python-dotenv

Running the app

Navigate to your project repo on your local machine.

Make sure your enviroment is activated, then use the command below and follow the prompts.

python shopping_cart.py

About

Shopping cart app

License:Apache License 2.0


Languages

Language:Python 95.5%Language:HTML 4.5%