Skip to content

VarchasvH/mern-netflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Netflix Clone 🎬

DISCLAMER- The project can take upto 50s to load as I am using free tiers.

netflix-clone-trailer.1.mp4

About This Project:

  • ⚛️ Tech Stack: React.js, Node.js, Express.js, MongoDB, Tailwind
  • 🔐 Authentication with JWT
  • 📱 Responsive UI
  • 🎬 Fetch Movies and Tv Show
  • 🔎 Search for Actors and Movies
  • 🎥 Watch Trailers
  • 🔥 Fetch Search History
  • 🐱‍👤 Get Similar Movies/Tv Shows
  • 💙 Awesome Landing Page

Setup .env file

PORT=5000
MONGO_URI=your_mongo_uri
NODE_ENV=development
JWT_SECRET=your_jwt_secre
TMDB_API_KEY=your_tmdb_api_key

Run this app locally

npm run build

Start the app

npm run start