Isaac-alencar / moviebox

App to list trending movies and select your favorites
https://zealous-hamilton-a54e0a.netlify.app/
9 stars 11 forks source link

where to config the REACT_APP_API_KEY ? #1

Closed baldonazionale closed 2 years ago

baldonazionale commented 2 years ago

the key used in this API https://api.themoviedb.org/3/movie/popular?api_key=undefined

Isaac-alencar commented 2 years ago

Hey @baldonazionale, you have to generate an api key on tmdb

then you must create an .env file in the root of project with the following content:

REACT_APP_API_KEY=<your api key>

feel free to create an PR adding the instructions for how to setup and start the project on README.md

baldonazionale commented 2 years ago

Hey @baldonazionale, you have to generate an api key on tmdb

then you must create an .env file in the root of project with the following content:

REACT_APP_API_KEY=<your api key>

feel free to create an PR adding the instructions for how to setup and start the project on README.md

not sure if I did correctly (I never did a PR) more-readme-info-1

baldonazionale commented 2 years ago

this should be better: https://github.com/Isaac-alencar/moviebox/pull/3