This is a NextJS application that interacts with multiple APIs (but mostly TMDb), to help you discover and track your favourite TV series.
Partial Prerendering FTW 🔥
TMDB_API_KEY=
TMDB_API_ACCESS_TOKEN=
KV_REST_API_READ_ONLY_TOKEN=
KV_REST_API_TOKEN=
KV_REST_API_URL=
KV_URL=
MDBLIST_API_KEY=
# openssl rand -base64 32
SECRET_KEY=
- To obtain TMDB keys, log into your account and visit this link.
- For Vercel KV, follow this quickstart guide.
- To obtain a mdblist.com API key, visit this link.