Skip to content

velocibear/MovieSearch

Repository files navigation

System Requirements

MacOS, Windows (including WSL), and Linux are supported.

If on MacOS, make sure to have Xcode installed and updated.

Node.js 10.13 or later is required.

Other Requirements

To run this app (successfully) you need to have an API key from themoviedb.

Getting Started

First, run:

yarn
# or
npm install

to install dependencies.

Config File

At the root of the project there is a config.json file. In it you should see

{
    "apiKey": ""
}

add your api key from themoviedb.

Running Dev environment

then, run:

yarn dev
# or
npm run dev

Open http://localhost:3000 with your browser to see the movie search app!

About

Movie Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published