Flixter is a two sided video streaming marketplace platform, featuring credit card payment capabilities, user role management, complex user interfaces and advanced database relationships.
First, run bundle install:
bundle install
Second, create a database:
rake db:create
rake db:migrate
Third, start your local host:
rails s
Note*: You will need your own API keys for this to function properly.