rpheath / ballparkit

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

Home Page:http://ballparkit.heroku.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

“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 :-)

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

License

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

© 2009 Ryan Heath, released under the MIT license

About

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

http://ballparkit.heroku.com


Languages

Language:Ruby 74.9%Language:JavaScript 25.1%