An open API service indexing awesome lists of open source software.

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.

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.

---