Foodbank users can sign up, set a shopping list. Everyone else can search for their nearest donation point and see the shopping list.
You need ruby installed.
- Clone the repo and
bundle install
- Setup the database with
rails db:schema:load
- Seed the food items with
rails db:seed
- Start it with
rails s
. It'll be on localhost:3000.
Register your first user, and you're away!