Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 619 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 619 Bytes

Welcome

JockBuff is a fantasy sports analysis tool to improve your chances to have a championship team.

Created by Taylor Aucoin, Chad Bruhaug, Mitch O'Neill & Sarah Veness

Deployment instructions

  1. Clone the repo
  2. Run gem install bundler (if you don't already have it installed)
  3. Run bundle install
  4. Run bundle update
  5. Run rake db:create
  6. Run rake db:migrate
  7. Run rake db:seed
  8. Create a .env file with YAHOO_CLIENT_ID and YAHOO_CLIENT_SECRET, following directions found here
  9. Run bin/rails s