Skip to content

A way for foodbanks to share a real-time list of the things they need with a draggable, trello-style interface.

Notifications You must be signed in to change notification settings

jhackett1/foodbanks

 
 

Repository files navigation

Foodbanks

Foodbank users can sign up, set a shopping list. Everyone else can search for their nearest donation point and see the shopping list.

Running it locally

You need ruby installed.

  1. Clone the repo and bundle install
  2. Setup the database with rails db:schema:load
  3. Seed the food items with rails db:seed
  4. Start it with rails s. It'll be on localhost:3000.

Register your first user, and you're away!

About

A way for foodbanks to share a real-time list of the things they need with a draggable, trello-style interface.

Resources

Stars

Watchers

Forks

Languages

  • Ruby 54.3%
  • HTML 25.7%
  • CSS 17.5%
  • JavaScript 2.5%