Open itz-dude opened 2 years ago
You have to create an account on the website: https://www.themoviedb.org/ to get the API KEY. You then create a file named ".env" in your root project folder.
In that file, assign the API KEY you get above to a variable named REACT_APP_API_KEY (it has to be this specific name).
It looks like this: REACT_APP_API_KEY = a8a6fa2f944128e971223235bc3cxxxxx
same here