Skip to content

rubyforgood/growhaus_stats

Repository files navigation

Stories in Ready

Growhaus Stats Tracker

A statistics recording and tracking application made for the folks at The Growhaus. Originally developed as a 2015 Ruby for Good project.

Developing

  • Ruby 2.2
  • Rails 4.2
  • Postgres 9.4
  • Clone the repo.
  • bundle install
  • bundle exec rake db:setup
  • bundle exec rake to run the test suite
  • bundle exec rails server
  • Browse to http://localhost:3000 to confirm everything works.
  • Start hacking!

Communicating