Skip to content

A mock movie streaming website that uses info from imdb.

Notifications You must be signed in to change notification settings

isaiah3031/movie_app

Repository files navigation

About

A SPA built with React and Redux that displays movies, allows users to view trailers, and saves user's watch history. This is built over a backend rails api that uses bcrypt for user authentication. Product details come from a restful api provided by TheMovieDatabase. Alt Text

Installation

* Clone this repository
$ git clone https://github.com/isaiah3031/movie_app

# Go into the repository
$ cd movie_app

# Install dependencies
$ yarn install
$ bundle install

# Run the backend 
$ rails s -p 3001

# Open a new console(This project requires two servers)

# Go into the frontend folder
$ cd movie_app/client

# Add your RapidAPI Key
$ code .env
// REACT_APP_API_KEY=your_api_key 
// Example:
// REACT_APP_GOOGLE_API_KEY=123456

# install frontend dependencies 
$ yarn install

# Run the frontend 
$ PORT=3000 yarn start

About

A mock movie streaming website that uses info from imdb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published