/richmovies

Lists latest available movies

Primary LanguageRuby

Rich Movies

An application that uses The Movie DB to list the latest available movies

Run locally

  • git clone
  • bundle install
  • yarn install
  • optionally define a .env file with DB variables (the ones in database.yml)
  • set MOVIES_API_KEY environmetn variable with your generated API_KEY (check here to know how)
  • rake db:create db:migrate
  • rails s