Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danreynolds/supermarkit
- Owner: danReynolds
- Created: 2014-12-13T06:56:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T08:19:53.000Z (about 6 years ago)
- Last Synced: 2023-10-20T19:12:39.021Z (about 1 year ago)
- Topics: grocery, rails, ruby, shopping, supermarket
- Language: Ruby
- Homepage: https://supermarkit.org
- Size: 103 MB
- Stars: 10
- Watchers: 2
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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 unitsFeel 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.