ballparkit icon indicating copy to clipboard operation
ballparkit copied to clipboard

Simple tool built in Ruby on Rails for creating project estimates.

h1. "It's just a ballpark figure"

Ballpark is a tool that allows developers to estimate programming and/or design gigs. The idea is to give potential clients a summary of the project breakdown, where the expensive parts live, and so on.

But most importantly, it's a way for you to justify why you're charging so much :-)

h2. Getting Started in Development mode

git clone git://github.com/rpheath/ballparkit.git

From the project root...

mv database.yml.example database.yml

(configure database.yml)

rake gems:install
rake db:create:all
rake db:schema:load
rake db:test:prepare
rake tests:run

(ensure tests pass)

script/server

h2. License

Ballpark is completely open-source. Fork it. Host it. Enjoy it.

(c) 2009 Ryan Heath, released under the MIT license