Skip to content

lukassobotik/MyFavMovies

Repository files navigation

MyFavMovies

All-in-One Movie Info in one Place!

Try It Out! | Support Me | Website | Documentation

Overview

MyFavMovies is in a streaming service like fashion, and results are Personalized depending on Your Ratings of previous movies. It contains every bit of information you would need or want to know about the movie like Release Dates, Cast, Crew and so on.

How to clone this repository

Prerequisites

Once you clone this repository, run npm install to download all the required plugins

  1. In the root of this repository, create a new file named .env
  2. In the file, add these keywords:
REACT_APP_VERSION=$npm_package_version
REACT_APP_API_KEY=''
REACT_APP_AUTH_DOMAIN=''
REACT_APP_PROJECT_ID=''
REACT_APP_STORAGE_BUCKET=''
REACT_APP_MESSAGING_SENDER_ID=''
REACT_APP_APP_ID=''
REACT_APP_MEASUREMENT_ID=''
REACT_APP_TMDB_API_KEY=''

In between the apostrophes, add your Firestore Database and TMDb API Keys. Leave the REACT_APP_VERSION as it is.

For more info, checkout the Documentation

About

Movie recommendation website based on your ratings, with detailed movie information.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published