A statistics recording and tracking application made for the folks at The Growhaus. Originally developed as a 2015 Ruby for Good project.
- 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 suitebundle exec rails server
- Browse to http://localhost:3000 to confirm everything works.
- Start hacking!