/movie-client

Primary LanguageJavaScript

Prerequisites

Either npm or yarn to install necessary dependencies

Running the codebase

  1. Clone this repo
  2. Install dependencies using yarn or npm
  3. Read instructions for, clone, install dependencies, and run the movie-api codebase
  4. An .env file is included in this repo that points to port 8080, which is where the movie-api should be running
  5. To make sure requests are fulfilled see the movie-api documentation