- Node.js and npm
- A local server to host the website locally
Generate the node_modules files needed by running the npm install
command.
We are going to need an API key for the Movie Database API. After creating an account on the Movie DB website, go to the parameters and generate a new API key.
You can then copy-paste the key inside of an .env file for the API_KEY
environment variable.