Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
from api.kroger_shopping_cart import ShoppingCart
from api.kroger_store_locator import KrogerStoreLocator


# root_dir = Path(__file__).resolve().parent.parent
# sys.path.append(str(root_dir))
# from api.shopping_cart import main

root_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(root_dir))

Expand Down
Binary file added examples/.DS_Store
Binary file not shown.
23 changes: 23 additions & 0 deletions examples/example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# For Collaborators -- How to Run/Deploy Our Project

The following instructions are to be performed in a command line interface from the root directory of the project:
- "git clone" the repository to download the latest version of the application
- Download conda, and creating a virtual environment from the environment.yml file, located at the root of the repository.
- The command for this is conda env create -f environment.yml.
- Run "python app/app.py"

![Home Page](images/Front-Page.png)

The app will run on the URL: http://127.0.0.1:8050/

# How to Use App

- Enter your zip code
- Select your store of interest
![Select Store](images/Select-Store.png)
- Scroll through recipes or search and press enter for a specific recipe
- Click calculate price
- Add quantities of ingredients or click the x if you don't want a certain ingredient
![Shopping Cart](images/Shopping-Cart.png)
- Click clear cart if you don't want this recipe anymore
- Make your recipe!
Binary file added examples/images/Front-Page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/images/Select-Store.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/images/Shopping-Cart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading