A simulation of a crowd-funding application. Features support for managing projects, backers, and backings via credit cards.
Requires Ruby 2.1.5+ and Bundler.
Tested on Linux.
Clone the git
repo and enter the cloned directory:
$ git clone [email protected]:thirdtruck/mini-kickstarter.git
$ cd mini-kickstarter
Run Bundler to install the required Ruby gems:
$ bundle install
$ ./bin/mini_kickstarter <command> [parameter] [...]
$ ./bin/mini_kickstarter list
-- John backed for $50
-- Jane backed for $50
-- Mary backed for $400
Awesome_Sauce is successful!
bundle exec cucumber