Explore movie data from The Oscars and The Rewatchables podcast
- NodeJS
- Postgres
touch ./.env.local
- Add a
DATABASE_URL
(create a DB locally) - Add a
TMDB_API_KEY
(create an account and get a key) npm run db:migrate
npm i
npm run dev
Branches are auto-deployed via Vercel (production tracks main branch)
Frontend: React, Next, xState, Radix, Tailwind Backend: tRPC, Zod, Kysely, Postgres, Vercel
All data comes from the TMDB API.
Oscars data comes from a dataset published by Raphael Fontes and has been programmatically matched to TMDB data (there may be a few incorrect links).