/gringovies

App that lists the most popular movies, base on the TMDB.

Primary LanguageTypeScriptMIT LicenseMIT

GringoVies

About the project

App that lists the most popular movies, base on the TMDB.

Demo

You can see the demo here

Features

  • List of Popular Movies
  • Search movies
  • Add favorite movie
  • Add watch movie later
  • List of movies "You may also like"

Start and run locally

Is necessary create a account in TMDB and register an API key.

  • Clone this repository
  • Change the credentials in .example.env and rename file for .env
  • Install the dependencies and start:
$ yarn
$ yarn start

The project run on http://localhost:3000/

Stack