Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 367 Bytes

File metadata and controls

16 lines (11 loc) · 367 Bytes

Before all, you have to create the .env file with the following example and need to provide your The Movie DataBase api key

#.env file REACT_APP_TMDB_APIKEY=jerj0wijr02j302j REACT_APP_TMDB_APIURL=https://api.themoviedb.org/3

then you have to install npm packages

npm install

You can run the test:

npm test

or

Run the application:

npm start