Skip to content

sadmann7/netflx-web

Repository files navigation

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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published