A simple Netflix clone build using Next.js, tailwindcss, TheMoviesDatabase API and the Aniwatch API by Ritesh Ghosh. I built this to learn about web development and over time this repo has become my most commited repo of all.
If you wish to deploy it there's a guide below screenshots
First, you'll need the api key from the TheMoviesDatabase API and host your own instance of Aniwatch API on somewhere like Vercel then put those credentials in a .env file
# https://developer.themoviedb.org/docs/getting-started
TMDB_KEY=your_key_from_tmdb
# https://github.com/ghoshRitesh12/aniwatch-api
ANIWATCH_API=host_your_own_instance
With the setup now complete it can be deployed almost anywhere like Vercel, Netlify, Railway or any Cloud Provider out there