Skip to content

rohandiaz/Netflix_Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Netflix Clone

A full-stack Netflix clone application built with modern web technologies.

Prerequisites

Before running the application, make sure you have the following installed:

  • Node.js (version 14.0 or higher)
  • npm (Node Package Manager)

Installation & Setup

  1. Clone the repository:
git clone 
cd netflix-clone
  1. Install Frontend Dependencies:
cd frontend
npm install
  1. Install Backend Dependencies:
cd ../backend
npm install

Running the Application

Frontend

To start the frontend development server:

cd frontend
npm run dev

The frontend will be available at http://localhost:5173 (or your configured port)

Backend

To start the backend server:

cd backend
npm run dev

The backend will be available at http://localhost:3000 (or your configured port)

Development

For development, you'll need to run both the frontend and backend servers simultaneously. Open two terminal windows and run each server separately following the steps above.

Note

Make sure both servers are running for the application to work properly.

About

Deployment Link below. Open through Microsoft Edge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published