• Stars
    star
    697
  • Rank 62,986 (Top 2 %)
  • Language
    TypeScript
  • Created about 1 year ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An open source Netflix clone built using the new app router, server components, trpc, and everything new in Next.js 13.

Netflx OTT

This is a Netflix clone project built with the T3 Stack and bootstrapped with create-t3-app.

Netflx OTT

Tech Stack

Features

  • Authentication with NextAuth.js
  • Subscription with Stripe
  • Profile creation for individual users with rsc, tRPC, and Prisma
  • Pin verfication for profies

Installation

1. Clone the repository

git clone https://github.com/sadmann7/netflx-web

2. Install dependencies

yarn install

3. Create a .env file

Create a .env file in the root directory and add the environment variables as shown in the .env.example file.

4. Run the application

yarn run dev

5. Listen for stripe events

yarn run stripe:listen

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Docker for more information.