Giter VIP home page Giter VIP logo

imshubhamchavan / ott-clone Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 406 KB

this is a Netflix clone built with modern web technologies, including Next.js, Supabase, Prisma, Tailwind CSS, Shadcn/UI, Next-Auth, and Auth.js. The project is deployed on Vercel.

Home Page: https://netflix-clone-two-navy.vercel.app

License: MIT License

CSS 2.61% TypeScript 96.67% JavaScript 0.72%
next-auth nextjs14 prisma shadcn-ui supabase tailwindcss vercel

ott-clone's Introduction

Netflix Clone

This is a Netflix clone built with modern web technologies, including Next.js, Supabase, Prisma, Tailwind CSS, Shadcn/UI, Next-Auth, and Auth.js. The project is deployed on Vercel.

๐Ÿš€ Live Demo

Check out the live demo: https://netflix-clone-shubham-chavans-projects.vercel.app/

๐Ÿ“š Technologies Used

  • Next.js: A powerful and flexible front-end framework.
  • Supabase: An open-source Firebase alternative for seamless back-end and real-time capabilities.
  • Prisma: A robust and type-safe ORM for database interactions.
  • Tailwind CSS: Utility-first CSS framework for creating a beautiful and responsive UI.
  • Shadcn/UI: Additional UI components and customizations.
  • Next-Auth: Secure and easy authentication.
  • Auth.js: Ensuring secure authentication processes.
  • Vercel: Deployment platform for modern web applications.

๐Ÿ›  Features

  • User authentication with GitHub and Google.
  • Responsive and modern UI mimicking Netflix.
  • Real-time database interactions.

๐Ÿ“– Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js
  • npm or yarn
  • Supabase account

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/netflix-clone.git
    cd netflix-clone
    
  2. Install dependencies:

    npm install

    or

    yarn install

3.Set up environment variables:

Create a .env file in the root of the project. Add the following environment variables:

NEXT_PUBLIC_SUPABASE_URL=your-supabase-url NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key DATABASE_URL=your-database-url GITHUB_ID=your-github-id GITHUB_SECRET=your-github-secret GOOGLE_CLIENT_ID=your-google-client-id GOOGLE_CLIENT_SECRET=your-google-client-secret EMAIL_SERVER_HOST=your-email-server-host EMAIL_SERVER_PORT=your-email-server-port EMAIL_SERVER_USER=your-email-server-user EMAIL_SERVER_PASSWORD=your-email-server-password EMAIL_FROM=your-email-from

  1. Push the Prisma schema to the database:

    npx prisma db push

  2. Run the development server:

    npm run dev

    or

    yarn dev

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.