Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 488 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 488 Bytes

Leotube

How to execute

Prerequisites

  1. NodeJS is installed
  2. The project dependencies are installed:
npm install

Run the app locally

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

Run tests

npm test