Movies Browser is a front-end application built using Nuxtjs, Vue and Vuex. Vuetify was used for designing Vue components. TMDB API was the external API used to fetch data.
- Website: [https://movietv-browser.netlify.app]
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project
$ npm run generateCreate a .env file in the root directory of the project with the following values:
TMDB_BASE_URL=
TMDB_API_KEY=The application is good to go!