This is a Netflix clone project built with the T3 Stack and bootstrapped with create-t3-app
.
- Next.js App router and server components
- NextAuth.js
- Prisma
- Tailwind CSS
- tRPC
- Stripe
- Authentication with NextAuth.js
- Subscription with Stripe
- Profile creation for individual users with rsc, tRPC, and Prisma
- Pin verfication for profies
git clone https://github.com/sadmann7/netflx-web
yarn install
Create a .env
file in the root directory and add the environment variables as shown in the .env.example
file.
yarn run dev
yarn run stripe:listen
Follow the deployment guides for Vercel, Netlify and Docker for more information.