You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
No description provided.
The text was updated successfully, but these errors were encountered: