Movies database from themoviedb.org API 3 by Vue.js About the TMDb API documentation and everything else you can see here: https://www.themoviedb.org/documentation/api
You will need an account to The Movie Database to access the API. To obtain a key, follow these steps:
- Register and verify your account.
- Log in to your account.
- Select the API section on left side of your account page.
- Click on the link to generate a new API key and follow the instructions.
cp .env.example .env.local
- Set the value of
VUE_APP_TMDB_API_KEY
variable.
npm install
npm run serve
npm run build
npm run lint