If you want to run it locally, then follow these steps.
- Open your terminal and run
git clone git@github.com:ebraj/MovieEBG.git - Once the cloning is completed, open this cloned folder in IDE(Vscode).
- Create the
.env.localfile in the root directory as you need to provide the TMDB api in order to fetch the movie datas. - Inside the
.env.localfile create the variableREACT_APP_TMDB_KEY=_________________(Add your own TMDB Api key from TMDB Website by creating an account.) - Once all the above steps are done, open your terminal once again and run
npm installto install the required modules and finally runnpm run startto see the site live.





