Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.14 KB

README.md

File metadata and controls

51 lines (41 loc) · 1.14 KB

About The Project

Console app built for the Light-it onboarding.

Built With

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/maxpsz/movie-api-challenge.git
  2. Update API_KEY env var (docker-compose.yml)

    API_KEY=replaceme 

    If you don't have one, request it on https://www.omdbapi.com/apikey.aspx

  3. Run docker

    docker compose up -d
  4. Connect to docker console

    docker compose exec php bash

Usage

A. Normal

./moviepedia show <movieName>

B. With fullPlot

./moviepedia show <movieName> --fullPlot

Can't came up with a movie name? Try: scarface.

Credits