netflx-web
netflx-web copied to clipboard
trafficstars
Netflx OTT
This is a Netflix clone project built with the T3 Stack and bootstrapped with create-t3-app.
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.
