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
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