- NodeJS is installed
- The project dependencies are installed:
npm install
- Create an API key for consuming "The movie database": https://developers.themoviedb.org/3/getting-started/introduction
- Create a .env file at the root of the project with the API key configuration:
REACT_APP_API_KEY=YOUR_API_KEY_VALUE_HERE
- Run the application
npm start
npm test