StudyBuddy (http://the-study-buddy.herokuapp.com) is a group project Rails app for Launch Academy's 2015 Summer Cohort created by Nora Delaney, LaMonte Fields, Brian Hogue and Andrew Wortham. It is a site used to find good places to study as recommended and reviewed by users. It utilizes Ruby (2.0.0), CSS, HTML and Javascript.
To run the app locally, run:
rake db:create
rake db:migrate
rake db:seed
To start a server, run:
rails s
To run the test suite, run:
rake spec