https://github.com/ritankarsaha/netflix-ritankar
Real Time Netflix Clone.
https://github.com/ritankarsaha/netflix-ritankar
javascript nextauth nextjs14 nodejs prisma reactjs shadcn-ui supabase tailwindcss typescript vercel-serverless
Last synced: 3 months ago
JSON representation
Real Time Netflix Clone.
- Host: GitHub
- URL: https://github.com/ritankarsaha/netflix-ritankar
- Owner: ritankarsaha
- Created: 2024-03-29T19:58:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T09:42:32.000Z (about 2 years ago)
- Last Synced: 2025-05-15T18:47:21.370Z (about 1 year ago)
- Topics: javascript, nextauth, nextjs14, nodejs, prisma, reactjs, shadcn-ui, supabase, tailwindcss, typescript, vercel-serverless
- Language: TypeScript
- Homepage: https://netflix-ritankar.vercel.app
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Clone by Ritankar Saha
Welcome to the Netflix-Clone Project by Ritankar Saha. This project is a clone of the popular streaming platform Netflix, created by Ritankar Saha. It replicates the core functionality and design of Netflix, allowing users to browse through a collection of movies and TV shows, watch trailers, and enjoy a seamless streaming experience.
1. **Clone or Download:**
- If using Git, clone the repository using the following command:
```
git clone https://github.com/ritankarsaha/Netflix-Ritankar.git
```
- Alternatively, download the code as a ZIP file and extract it.
- Then you need to install the dependencies by
```
npm install
```
- Mail me at the below mail address to get the env variables.
```
ritankar.saha786@gmail.com
```
- Then to finally run the project using localhost:3000 in your local system
```
npm run build
npm run dev
```
You are all good to go.
2. **Explore the Structure:**
Take a moment to review the project structure:
- It is made in a quite detailed manner keeping each component separate for easy readability.
- Authenticication portion, APIs portion, components are separated.
- The ORM used is Prisma
- Database used is Supabase
- Tailwind CSS and ShadCN UI.
3. **Open Source Contribution**
- Create a branch, contribute to this project, open pull requests if you feell something needs to be modified.
Thank You,
Ritankar Saha.
---