Skip to content

keksiqc/tmdb-proxy

Repository files navigation

tmdb-proxy

This repo is based on Nuxt Movies Proxy.

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

  • Speeds up API responses by leveraging the SWR cache.
  • Speeds up the development by removing the requirement of having a local token set up.
  • Speeds up the performances by optimizing images using unjs/ipx.
  • Allows easily deploying the main project to any hosting platform, yet leveraging caching and image optimization.

Quick Deploy

Deploy with Vercel Deploy to Netlify

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
# Install dependencies
$ bun install

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors