/movie-search

just playing with movie db api

Primary LanguageJavaScript

movie-search

Simple search for the movie database.

This application was created with express generator.

prereqs

To install:

yarn

Setup your API key by copying config.example.js to config.js and add your key.

Some of the docs on themoviedb are outdated so you just need to sign up and go to the api page in your account and request a key.

run

yarn start

dev

yarn run start-dev