Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 430 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 430 Bytes

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!