Entertainment Zone Live Preview
-
Create .env file in the project folder
-
Copy the following text and paste in .env file
REACT_APP_API_KEY=Paste-Your-API-Key-Here
REACT_APP_GENRES_URL=https://api.themoviedb.org/3/genre
REACT_APP_TRENDING_URL=https://api.themoviedb.org/3/trending/all/day?
REACT_APP_MOVIES_URL=https://api.themoviedb.org/3/discover/movie?
REACT_APP_SERIES_URL=https://api.themoviedb.org/3/discover/tv?
REACT_APP_SEARCH_URL=https://api.themoviedb.org/3/search/
REACT_APP_TMDB_URL=https://api.themoviedb.org/3
-
Get your own api key from official TMDB website
- yarn
- yarn start