⚠️ NOTICE: This Repository is No Longer Maintained
This site is no longer maintained or hosted at https://movies.jason.codes.
Important Information:
- This application should only be used for reference or learning purposes
- The Node.js version and package dependencies are outdated and should not be used
- This repository should not be used in production environments
- If you use this code as reference, please remove or replace the copyright notice in the footer with your own attribution
vue-movies
Progressive web app featuring movies and tv shows from The Movie Database (TMDb) API. Built using Vue.js and Nuxt.js.
Quick setup
- Take a copy of
.env.sampleand re-name to.env - Get your TMDb API key
- Get your YouTube API key (optional, used for video data)
- Enter the details into the
.envfile
Running
# install dependencies
yarn
# serve with hot reload at localhost:3000
yarn dev
License
This project is licensed under the MIT License - see the LICENSE file for details.