/Study-Buddy

Small Group Project

Primary LanguageRuby

Build StatusCode Climate Coverage Status

StudyBuddy

General Information

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.

Getting Started

To run the app locally, run:

rake db:create
rake db:migrate
rake db:seed

To start a server, run:

rails s

Testing

To run the test suite, run:

rake spec
That's it! Thanks, and good luck studying!