An open API service indexing awesome lists of open source software.

https://github.com/kiliczsh/movielistapp

Rails OMDB Movie List App
https://github.com/kiliczsh/movielistapp

httparty movie-list omdb rails

Last synced: 8 months ago
JSON representation

Rails OMDB Movie List App

Awesome Lists containing this project

README

          

# MovieListApp

- create ``` config/local_env.yml ```

- save ``` OMDB_API_KEY: 'somerandomcharacters' ```

- ``` bundle install ```

- ``` rake db:migrate ```

- ``` rails s ```