Skip to content

DataLook replication of the FoodRescue Vermont for Ventura County

Notifications You must be signed in to change notification settings

kanugom/foodrescue

This branch is 10 commits ahead of, 1 commit behind codeforbtv/foodrescue:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 7, 2016
ee216d1 · Jan 7, 2016
Jan 7, 2016
May 31, 2014
Dec 26, 2015
Dec 26, 2015
Jun 6, 2014
Dec 26, 2015
May 31, 2014
May 31, 2014
Dec 26, 2015
Jun 3, 2014
May 31, 2014
Jun 1, 2014
Jun 1, 2014
Jun 1, 2014
Dec 26, 2015
May 31, 2014
May 31, 2014

Repository files navigation

Hello!

This is a replication of the DataLook.io's VT FoodRescue project for Ventura County, CA with some tweaks. Currently, this app serves as a one-stop-shop to locate the Food Shelves/Pantries in and around the county. As and when details on composting is available, the app will be updated.

Live at https://find-a-food-shelf.herokuapp.com/

This is on an MIT license

This application provides a resource for individuals and organizations to donate food to the needy in and around the county.

Developer Setup

Install ruby and rails

ubuntu:

sudo apt-get install autoconf automake bison build-essential curl git-core libapr1 libaprutil1 libc6-dev libltdl-dev libreadline6 libreadline6-dev libsqlite3-0 libsqlite3-dev libssl-dev libtool libxml2-dev libxslt-dev libxslt1-dev libyaml-dev ncurses-dev openssl sqlite3 zlib1g zlib1g-dev
curl -L get.rvm.io | bash -s stable
rvm install 2.1
rvm use 2.1
gem install rails

run the app

cd foodrescue
bundle install
rails s

then open http://localhost:3000

Deploy

Before deploying, you have to install the heroku toolbelt and add the heroku remote to the repo.

heroku git:remote -a food-rescue

To deploy changes:

git push heroku master

Misc

About

DataLook replication of the FoodRescue Vermont for Ventura County

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 40.6%
  • HTML 31.3%
  • CSS 22.5%
  • JavaScript 5.6%