movies

Nuxt Movies Proxy

Proxy hosts is a lightweight proxy server for the tmdb api and youtube images.

Setup

  1. Take a copy of .env.example and re-name to .env
  2. Get your TMDB API key
  3. Enter the details into the .env file
  4. Start the dev server with the following scripts
# Enable pnpm
$ corepack enable

# Install dependencies
$ pnpm install

# Start dev server with hot reload at localhost:3001
$ pnpm dev