This project was made due to the CodersCamp2021
You can read full documentation under this link
Application demo is available here
- Go to IMDb API Website, create an account and get your API Key.
- Copy
.env.example
to.env
and setup enviromental variables:- paste your API Key into
API_SECRET_KEY
env variable - set
USE_API
env variable:- if equal
true
- application will call the API if the data was not found in the cache, it will download requests for you to add into cache - if equal
false
or any other value - application won't ever call the API even if the data was not found in the cache, it will throw an error
- if equal
- paste your API Key into