Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 2.63 KB

README.md

File metadata and controls

47 lines (32 loc) · 2.63 KB

Bunflix icon

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

Tech Stack

nextjs logo typescript logo react logo tailwindcss logo

Screenshots

Setup

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

One-Click Docker Deploy

Deploy to Koyeb

Deploy

With the setup now complete it can be deployed almost anywhere like Vercel, Netlify, Railway or any Cloud Provider out there