The starter code for this code along is hosted on Github, see the url below:
Use the Assignment Submission Git Workflow (detailed here) to access and submit the assignment
Navigate to project folder in the terminal and run the following
$ npm install
Then run the server
$ npm run start
Create a free TMDb Account using the following link: create account
Register for an API Key - follow the instructions found here: https://developers.themoviedb.org/3/getting-started/introduction
Navigate to https://www.themoviedb.org/settings/api
Look for the heading with the following label: API Key (v3 Auth)
Copy the API key
Open project in your editor
In your terminal from the project folder, create a file named inside the .env
$ touch .env
Add the following to the .env
file
TMDB_API_KEY=ADD_YOUR_API_KEY_HERE