Group Shopping List is a fullstack app that helps a group of people manage a weekly shopping list.
- install Ruby
- install npm
gem install bundle
git clone https://github.com/rickgorman/group-shopping-list.git
cd group-shopping-list
bundle install
npm install
rails db:setup
rails s
- open a browser and navigate to http://localhost:3000
The app is built on Ruby/Rails/sqlite3 with a Javascript/React/Redux frontend. Semantic-UI is used for layout/styling.
- Make increment/decrement actions asynchronous
- Add multi-user support via WebSockets/Pusher