Skip to content

Fullstack Netflix Clone with React, NextJS, TailwindCSS & Prisma MongoDB

Notifications You must be signed in to change notification settings

imtiyaj786/Netflix-Clone

Repository files navigation

Building a Fullstack Netflix Clone with React, NextJS, TailwindCSS & Prisma

clonenetflix

This is a repository for a FullStack Netflix Clone tutorial using React, NextJS, TailwindCSS & Prisma.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Features:

  • Environment, Typescript, NextJS Setup
  • MongoDB & Prisma connect, Database creation
  • Authentication with NextAuth, Google & Github Login
  • Full responsiveness on all pages
  • Cookie based authentication
  • API and Controllers creation
  • Detail-oriented effects and animations using TailwindCSS
  • React SWR data fetching
  • Zustand state management

Prerequisites

Node version 14.x

Cloning the repository

git clone https://github.com/imtiyaj786/Netflix-Clone.git

Install packages

npm i

Setup .env file

DATABASE_URL=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GITHUB_ID=
GITHUB_SECRET=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=

Start the app

npm run dev

Author

:men: Imtiyaj Alam

🤝 Contributing

Show your support

Give a ⭐ if you like this project!

Live Demo

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.