Skip to content

Zydiag/netflix-clone

Repository files navigation

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

About

Netflix clone created using Nextjs. Other tech stack used:

  • TailwindCSS -UI
  • Prisma
  • MongoDB

Website: Link

ScreenShot

image


Getting Started

Add the .env file in your local environment

DATABASE_URL=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=

GITHUB_ID=
GITHUB_SECRET=

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

Install and, run the development server:

npm install
npm run dev
# or
yarn
yarn dev

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