Skip to content

lebronjl/leomovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published