moonlight-films icon indicating copy to clipboard operation
moonlight-films copied to clipboard

When I self host it nothing is shown

Open itz-dude opened this issue 2 years ago • 2 comments

itz-dude avatar Aug 12 '22 18:08 itz-dude

same here

777edo avatar Sep 24 '22 07:09 777edo

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

fuocy avatar Mar 31 '23 09:03 fuocy