Skip to content

vijaysonani/open-movie-finder

Repository files navigation

open-movie-finder

A simple responsive react application which searches the IMDB database using the JSON API provided by OMDB API.

It uses Ruby on Rails and React with Flux pattern. Demo

Installation

To run the web app, cd into the cloned open-movie-finder directory and execute the following commands

bundle install             # install gem dependencies
rake assets:precompile     # precompile the assets
npm install                # install node dependencies
rake start                 # start rails server

Screenshots

movie_list

movie_detail