Flixplore is a movie exploration and watch list platform that lets you search for movies based on genre or title and get info about it. Create a Movie watch list to maintain your movie library and also get info about where to watch a movie.
This is a Next.js project bootstrapped with create-next-app
and uses Tailwind CSS.
- Clone the app.
git clone https://github.com/prasanna-rkumar/Anonion
- Install the dependencies
npm i
- Create a Supabase project.
- Copy the
.env.example
file to a.env.local
file and fill in the environment variables of your Supabase project. - Register in TMDB and get a developer API key
- Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.