Skip to content

james-muriithi/movie-palace

Repository files navigation

dependencies Status Heroku Build

Movie Palace

Screenshots

Home

Streaming Movies

Tv Shows Episodes

Setup

  1. Clone this repository:

    git clone https://github.com/james-muriithi/movie-palace.git
  2. Install Node.js dependencies:

    npm install
  3. Set your api key environment variable. If you don't have the api key get one from themoviedb

    export API_KEY=your_api_key

    or

    cp .env.example .env
  4. Build

    npm run build
  5. Run

    npm start
    
    

Attribution

This application uses the TMDb API but is not endorsed or certified by TMDb.

themoviedb