isNan909 / netflx-web

Netflix Next.js Clone

Home Page:https://netflx-web.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Netflix Next.js Clone

https://netflx-web.vercel.app


Languages

Language:TypeScript 97.0%Language:JavaScript 2.9%Language:CSS 0.1%