Skip to content

f1fe/200donors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A thing for New Covenant School.

What if we can give one person to give each amount from $1 to $200? Then we can (hopefully) raise $20,100 quickly and without a single person having to contribute more than $200

Wanna try for yourself?

  1. Bundle Install

  2. If you're using Postgres, you'll need a db named 'mydb' or whatever you change your database file to (createdb mydb)

  3. Seed database (Database.seed_data)

  4. Set your stripe keys (test or live)

Console:

irb
require './app.rb'

on Heroku

heroku run irb
require './app.rb'

About

200 donors from $1 to $200 = $20,000

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 36.3%
  • CSS 32.0%
  • Ruby 31.7%