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.exampleto.envand setup enviromental variables:- paste your API Key into
API_SECRET_KEYenv variable - set
USE_APIenv 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
falseor 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