This is a Next.js project bootstrapped with create-next-app
.
Netflix clone created using Nextjs
. Other tech stack used:
- TailwindCSS -UI
- Prisma
- MongoDB
Website: Link
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.