Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danreynolds/supermarkit

SupermarKit - a grocery tracking and management app
https://github.com/danreynolds/supermarkit

grocery rails ruby shopping supermarket

Last synced: 2 days ago
JSON representation

SupermarKit - a grocery tracking and management app

Awesome Lists containing this project

README

        

[![Build Status](https://circleci.com/gh/danReynolds/SupermarKit.svg?style=svg)](https://circleci.com/gh/danReynolds/SupermarKit)
[![Code Climate](https://codeclimate.com/github/danReynolds/SupermarKit/badges/gpa.svg)](https://codeclimate.com/github/danReynolds/SupermarKit)
[![Coverage Status](https://coveralls.io/repos/github/danReynolds/SupermarKit/badge.svg?branch=master)](https://coveralls.io/github/danReynolds/SupermarKit?branch=master)
# 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](http://supermarkit.ca).

## 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.