/the-movie-db

Primary LanguageJavaScript

The Movie DB

https://polar-hamlet-59341.herokuapp.com/

Getting Started For Development

Ensure you are using Node v12.

Install required dependencies.

npm install

Define a .env file with the API key.

JUMBO_TMDB_API_KEY=secretvaluehere123

Run the application.

npm run watch

Releasing

Ensure you have the security key defined in the environment.

heroku config:set JUMBO_TMDB_API_KEY=secretvaluehere123

Push changes to heroku remote to deploy changes.

git push heroku master

You can then view the running logs.

heroku logs --tail