uTV is a web app designed to personalize your youtube experience. It pulls from several prominant YouTube channels and based on your preferences provides you with content you want to see without all the stuff you don't. Enjoy!
-
Ruby version - 2.3.1
-
Rails version - 5.0.0.1
-
Dependancies - We have several dependancies, all of which are covered with bundler: "gem install bundler"
-
Configuration - Download files and run "bundle install"
-
Database creation & initialization - After bundle install, run the following rake commands: rake db:create db:migrate db:seed
uTV utilizes a Ruby on Rails backend with a React.js front end styled with CSS, SCSS, and Bootstrap. uTV leverages the power of YouTube's api to deliver you fresh top quality content.