Skip to content

thirdtruck/mini-kickstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Kickstarter

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.

Installation

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

Usage

$ ./bin/mini_kickstarter <command> [parameter] [...]

Example

$ ./bin/mini_kickstarter list

-- John backed for $50
-- Jane backed for $50
-- Mary backed for $400
Awesome_Sauce is successful!

Testing

bundle exec cucumber

About

Programming challenge from Kickstarter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published