A simple movie app that shows movie lists and details.
You need to generate an api key from https://developer.themoviedb.org
Then you need to create a config file js/config.js and fill it with this code:
const apiKey = 'Bearer <your access token auth>'
export default apiKey
Then save the file. You are ready!