It built with TypeScript, Next.js, Tailwind, react-select, Zustand and TMDB API
- You need to provide a
TMDB_API_KEY
on your env file. - After that, just run:
yarn && yarn start //or npm i && npm run dev //or pnpm i && pnpm run dev
- Just run
docker-compose up
- Now, you can see the app on https://localhost:3000
- A toast message for fetching issues(Need to investigate).
- Caching with Upstash KV or Redis.