Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benweissmann/fundit
Fundraising platform for nonprofit fundraising events
https://github.com/benweissmann/fundit
Last synced: 29 days ago
JSON representation
Fundraising platform for nonprofit fundraising events
- Host: GitHub
- URL: https://github.com/benweissmann/fundit
- Owner: benweissmann
- Created: 2013-01-03T21:51:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-03T21:53:44.000Z (about 12 years ago)
- Last Synced: 2024-10-28T13:07:10.915Z (2 months ago)
- Language: Ruby
- Size: 5.57 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FundIt
## Setup
First, move config/stripe.example.yml to config/stripe.yml and fill in the
secret and publishable keys. Alernatively, you can run the server with the
he environment variables STRIPE_SECRET_KEY and STRIPE_PUB_KEY set to your keys
and STRIPE_CLIENT_ID set to your Stripe Connect app's client ID.Second, move config/filepicker.example.yml to config/filepicker.yml and
fill in the API key. Alternatively, you can run the server with the
environment variable FILEPICKER_KEY set to your API key.Then, do the Rails standard setup: `bundle install`, `rake db:migrate`,
`rails server`## Demo
A demo is served courtesy of Heroku at http://fundit.herokuapp.com
## Test Suite
FundIt includes a test suite that exercises all public controller methods.
It can be run with `rake spec`.### Acknowledgements
* [Stripe](https://stripe.com/)
* [Twitter Boostrap](http://twitter.github.com/bootstrap/)
* [Rails](http://rubyonrails.org/)
* [RSpec](http://rspec.info/)
* [Factory Girl](https://github.com/thoughtbot/factory_girl)
* [Coffeescript](http://coffeescript.org/)
* [Less CSS](http://lesscss.org/)
* [jQuery](http://jquery.com/)
* [twitter-boostrap-rails](https://github.com/seyhunak/twitter-bootstrap-rails)
* [BalusC, Form clear button](http://stackoverflow.com/a/2803922)
* [Brock Kenzler, from The Noun Project](http://thenounproject.com/noun/piggy-bank/#icon-No925)
* [bootstrap-datepicker](http://www.eyecon.ro/bootstrap-datepicker/)
* [bootstrap-timepicker](http://jdewit.github.com/bootstrap-timepicker/)