Media consumption social network with a library of consumed media and a social recommendation system.
- Create a repository of books, tv shows, and movies.
- Add friends and see what media they are currently consuming.
- Make recommendations on what they should see next.
- Clone the repo to your computer
git clone https://github.com/drewblumberg/consumr.git
- Create the databases
rake db:create:all
- Run the migrations
rake db:migrate
- Create an app at The Movie DB and retrieve an API key
- Create an 'env_vars.yml' in config
- Start your rails server
rails s