https://github.com/angristan/the-movie-finder
A movie searcher app using TheMovieDB's API
https://github.com/angristan/the-movie-finder
Last synced: 3 months ago
JSON representation
A movie searcher app using TheMovieDB's API
- Host: GitHub
- URL: https://github.com/angristan/the-movie-finder
- Owner: angristan
- Created: 2020-02-16T19:39:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T20:00:48.000Z (over 5 years ago)
- Last Synced: 2025-03-15T15:45:03.188Z (7 months ago)
- Language: Ruby
- Homepage: https://the-movie-finder.herokuapp.com/
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Movie Finder

## Installation
- Clone the project
- `bundle install`
- Get your API Key (v3 auth) by signing up to [themoviedb](https://www.themoviedb.org/) site and follow this [tutorial](https://www.viget.com/articles/storing-secret-credentials-in-rails-5-2-and-up/) to set the keyAften running `rails credentials:show`, you should have something like this:
```
# aws:
# access_key_id: 123
# secret_access_key: 345api_key_v3: xxxy-o-u-r--k-e-yxxxxx
# Used as the base secret for all MessageVerifiers in Rails, including the one protecting cookies.
secret_key_base: t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0t0
```- Run `rails s` and you are ready to go!