How To Build a Netflix Clone with MERN Stack in 2024 - Full Course

preview_player
Показать описание


About This Course:
🔐 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
🌐 Deployment
🚀 And Many More Cool Features

Timestamps:
00:00:00 - App Showcase
00:07:50 - Backend Setup
00:23:00 - Database (MongoDB) Setup
00:35:54 - Signup Logic in Backend
00:54:26 - Generate JWT
01:02:40 - Logout Logic in Backend
01:04:30 - Login Logic in Backend
01:08:30 - A Quick Recap
01:11:25 - Fetching Movies From API
01:42:00 - Fetchin TV Shows From API
01:48:50 - Protecting Routes (Middleware)
01:59:15 - Search Routes
02:28:52 - Frontend Setup
02:41:45 - Signup Page and Login Page UI Design
02:55:25 - Auth Screen UI Design
03:28:30 - Signup, Login, Logout Functionality
04:03:45 - Building the Home Screen
05:13:00 - Building the Watch Page
05:49:50 - Building the Search Page
06:05:20 - Building the Search History Page
06:14:55 - Building a Custom 404 Page
06:18:55 - Testing Our App and Small Fixes
06:24:40 - Detailed Deployment Guide
06:48:53 - Oops! I almost forgot this... bye
Рекомендации по теме
Комментарии
Автор

The amount of time and patience you put to teach us every single details in this video is remarkable. I have learnt a lot from you since 1 year, thanks a lot

rakesh-ui
Автор

This is the most underrated youtube channel I have ever seen!
He should be at 500k subscribers based on the value he delivers!

stavroskefaleas
Автор

I completed the entire project yesterday, and I am eager to express my gratitude for the way you teach in this tutorial. It is truly invaluable. Before this, I had no experience in creating a fully functional website, but you showed me how to build it step by step. By watching your videos, I have been able to crack multiple interviews, and I recently got placed. All the credit goes to you. Thank you so much!

ghosthuntee
Автор

I have been following you since three months. I love your content and it is understandable. I really appreciate you for it. Big love from Bhutan:

ut_yuji
Автор

One of the most under-rated channel I've ever visited. Such a clarity during the explanation. No Rush, simply exceptional.

ShrijanDhungel
Автор

Here we go again with a full fledged mern stack course, ig you won't let me live me happily 😂😂😂, you're the best ❤❤❤. Will complete this course soon

pratyushpragyey
Автор

Thank you for the weekend gift, gonna try this out Tomorrow

abd
Автор

Congratulations, I can't wait to get started, thank you very much for all your contribution to the community🖖

Lucian...oo
Автор

i am from india normally i dont watch in english tut but i found u vey clear and best among all teachers thanks

satishdonerao
Автор

A lot of uploaded projects skim over explanations but you don't. Probably my favourite channel for learning something new, I can see this channel becoming popular!

justinoconnell
Автор

thank you so much for making code available for free it helps a lot in reducing the coding time and learning in detail

corpsedad
Автор

you really deserve appreciation your content really helped me to upskill 😊😊😊😊

RakeshPanigrahi-sh
Автор

great sir i created now and its a working properly Thank You for making this project its help me alot

Khankismatjaha
Автор

You are pretty good explaining, new subs, thanks for the knowledge

ronaldos
Автор

Why do u have so less subscribers idk, you are goated 🐐 bro

agentwolf
Автор

Thanks for showing me the answer for my problem. more contents sir <3 <3 <3

jrevangelista
Автор

Burak içeriklerin çok başarılı çok faydalı emeklerin için teşekkür ederim.

phonchik
Автор

Thank you for your contributions. I wish you good health and success in your career.

taed
Автор

If u get a problem like this : " 'NODE_ENV' is not recognized as an internal or external command,
operable program or batch file." -This issue often occurs on Windows systems, where the syntax for setting environment variables in the command line is different from Unix-based systems. - here is the solution : "npm install --save-dev cross-env" also update the scripts : "scripts": {
"dev": "cross-env NODE_ENV=development nodemon backend/server.js",
"start": "cross-env NODE_ENV=production node backend/server.js",
"build": "npm install && npm install --prefix frontend && npm run build --prefix frontend"
}

JuandreSabbat
Автор

Thanks bro for such amazing and industry level project for youtube family...

RamSinghPatel-vsln