Skip to content

danReynolds/SupermarKit

Repository files navigation

Build Status Code Climate Coverage Status

SupermarKit.

SupermarKit helps you maintain grocery lists with features including:

  1. Isolated shopping groups called kits
  2. Support for searching and adding recipes to lists
  3. Making payments between kit members and maintaining kit balances
  4. Estimated pricing based on past grocery list item price information
  5. Receipt tracking
  6. Cooking units

Feel free to try it out at SupermarKit.

Installation

Additionally, you can install pretty simply after installing docker and docker-compose.

Navigate to the cloned directory and run:

# Run creates a TTY session the app can connect to for interactive debugging
# exposing ports like in docker-compose up which does not create a TTY session
docker-compose run --service-ports app
docker-compose run app rake:db setup

And visit localhost:3000 in your browser.

Let us know how we can make grocery shopping better.