vue-movies
## ⚠️ **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)](https://developers.themoviedb.org/3) API. Built using [Vue.js](https://github.com/vuejs/vue) and [Nuxt.js](https://github.com/nuxt/nuxt.js). ## Quick setup 1. Take a copy of `.env.sample` and re-name to `.env` 2. Get your [TMDb](https://developers.themoviedb.org/3) API key 3. Get your [YouTube](https://developers.google.com/youtube/v3/getting-started) API key (optional, used for video data) 4. Enter the details into the `.env` file ## Running ```bash # install dependencies yarn # serve with hot reload at localhost:3000 yarn dev ``` ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.