Simple search for the movie database.
This application was created with express generator.
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.
yarn start
yarn run start-dev