Hey you are really amazing because I have learnt a lot from you. It would be great if you showed us like in a short or a short video separately how to deploy it in Vercel or Netlify. Keep doing the great stuff buddy! 💪🏻
Superb project sir, I have been follwoing this channel for a while now and I have learned a lot form you. Can expect some nextjs project next or mern project but in full typescript, it would be great to learn all of it from you. Thank you again for this amazing project learned a lot.
Hi, I hope you're doing well! I’m a big fan of your content and have learned so much from your tutorials. They’ve been incredibly helpful in improving my skills in web development. I was wondering if you could consider creating a crash course on Next.js. Thank you for all the effort you put into creating valuable content. Looking forward to your reply!
Really did you complete it As I have facing the errors of pictures and profilepic not uploaded on cloud Could you share host url , As I have doubt because it's source code also broken and hosted url is not available
When I try to upload the file, this error is showing. And the file is 100kb image file. How can I solve this ? "PayloadTooLargeError: request entity too large"
1:23:22 res.status(500).json({ error: "Internal Server Error" }); should be res.status(500).json({ message: "Internal Server Error" }); or every other res.status(500).json({ message: "Internal Server Error" }); should be res.status(500).json({ error: "Internal Server Error" }); Just to be consistent. Since we have not touched the frontend yet in the video I do not know which so I am just going with message and will change all to error later if need be to make clientside errors easier to display by checking if error exists in the response object
If its posible a Udemy clone Whit react and mern stack, no next js, only react Like you have done the other proyect, nobody have done something like that. Thanks
Good for beginners to learn the basics, but it lacks practical application and real-world use cases. To make it more comprehensive, implement the necessary logic in Part 2.
Awesome project. Thank you bruh. Can u please add the authentication and authorization as passing token in the headers from backend and receiving it from headers in frontend. Please? Or can use db session tokens. Or can u please make a small tutorials that covers these concepts? Pleases bruh❤
Can you please implement CI/CD , docker and kubernetes etc Devops part as well to these projects. Creating dockerfile, docker-compose yaml file and complete deployment is what will make these projects even more awesome. I think you already have deployed a chat app before and there is no novelty factor here unfortunately.
I like the VS code theme. Could you give us the name of it? I really want to set it to my IDE. Fantastic video btw, it covers everything for a web app that a beginner would have to create.
hey brother thanks a ton for the project tutorial but as i am signing up as a user its showing nothing after clicking the signup button. do you have any diagnostics for that??
Is anyone else unable to connect to the mongodb? mine keeps saying to make sure my IP is whitelisted even though i have whitelist mine as well as all IPs
Bro he is constant creator, he is not creating perfect application, he is making tutorial, figure out yourself , if you won't do then how would you be good programmer!?
@@sumitsaurabh4670 it's fine bro, you'll learn, what do you think those people who are awesome ( what people call them) become in one day? No it was long process, they learnt new new things, look I'm not that old, I started last year coding, learning depth of web development, I was frustrated at first too but give yourself time, don't rush or always copy ,put some of your idia into tutorial , it doesn't have to be great, even simple are enough. Best of luck bro
@@sumitsaurabh4670 Find yourself and keep learning more. Today, AI Power can help you do and learn. If you don't move forward, how can you continue to work in the industry?
2:14:42 This seems like a mistake on your part as there was literally no point testing anything without making the login function. login is essentially just a copy pasta of the signUp function Also you might as well just paste the ProfilePage.jsx in there entirely and walk through it instead of slowly doing it and pasting parts of it.. kinda pointless IMO.
This seems amazing but can someone kindly tell me can It really be followed and done from start to end? There are couple of videos on youtube where you kind of have to leave in mid point because either it doesn't work or it has some error in the middle while following or do I have to pay for any service from some website?. If I can follow and complete it then I would like to start from beginning to end.
Bro please help me i got stuck into a problem when i submit signup form its shows error i checked many time code all are correct but still i got this message in console
Failed to load resource: ne :5001/api/auth/check:1 net::ERR_CONNECTION_REFUSED
At the end, you dont know how much i am waiting for this proyect. Thanck you zenzei
It is the first project that made me compelled to build it since i saw it.Thanx for such a valuable content and appreciating u a lot❤!!
Bro the thing i will never regret in my life is subscribing to your channel. You are really a mentor.
Appreciate it!
@@asaprogrammer_ bro can you teach us docker also
@@asaprogrammer_ will it be possible for you to make canva clone
Was just scrolling on your profile , to see if any new video is there and here it is 🎉
At last the course I've been waiting for ❤❤❤
Back with another banger video 🥳
Omg!! you are a blessing to coding community
Hey you are really amazing because I have learnt a lot from you. It would be great if you showed us like in a short or a short video separately how to deploy it in Vercel or Netlify. Keep doing the great stuff buddy! 💪🏻
Thanks for that statement, windows fans here, and yes windows is better❤❤
thank you so much for this. I am preparing for full stack roles. this would definetly help.
One of the best channel for MERNSTACK,I have learn alot from your tutorials, Please can you do video on Blog apps,where there is admin dashboard
Superb project sir, I have been follwoing this channel for a while now and I have learned a lot form you. Can expect some nextjs project next or mern project but in full typescript, it would be great to learn all of it from you. Thank you again for this amazing project learned a lot.
Thank you bro, i have just finished and it worked well
Thank you, i build my another project by following you 💞
thanks a lot. I learnt a lot from the tutorial
Hello, another great tutorial as always! Could you do more beginner projects? You explain new concepts way better than most courses I have paid for
Loved your videos bro, Could you start nextjs based projects
Hi,
I hope you're doing well! I’m a big fan of your content and have learned so much from your tutorials. They’ve been incredibly helpful in improving my skills in web development.
I was wondering if you could consider creating a crash course on Next.js.
Thank you for all the effort you put into creating valuable content. Looking forward to your reply!
Thank you so much for this amazing content. Please make next time banking system
you are just genius.....out of words ......great work
Fully excited. Bro can you bring a mini ecommerce platform in Next js with payment gateway
Thanks burak , We Want Build lms courses platform with nextjs bro ❤
you gained a sub, hats off
I liked it 😊 please next video build freelancer websites using mern 🙂
Bro, you're an amazing mentor! The way you explain and teach is fantastic. Thanks, brother! I completed it in 2 days with a much better understanding.
Really did you complete it
As I have facing the errors of pictures and profilepic not uploaded on cloud
Could you share host url ,
As I have doubt because it's source code also broken and hosted url is not available
@@vasusrivastav ok
Thank you
This is just what I wanted
When I try to upload the file, this error is showing. And the file is 100kb image file. How can I solve this ?
"PayloadTooLargeError: request entity too large"
yes i'm facing the same issue
This is so great, I love this and needed it, would you show us how to dockerize this using nginx for production?
Keep on educating us
1:23:22
res.status(500).json({ error: "Internal Server Error" });
should be
res.status(500).json({ message: "Internal Server Error" });
or every other
res.status(500).json({ message: "Internal Server Error" });
should be
res.status(500).json({ error: "Internal Server Error" });
Just to be consistent. Since we have not touched the frontend yet in the video I do not know which so I am just going with message and will change all to error later if need be to make clientside errors easier to display by checking if error exists in the response object
Amazing project. Thanks.
Thank you very much bro :)
Really appreciate it but it would be better if you use bigger fonts,
Sir your projects was awesome, sir can you create one for Expense Tracker App?
🥺thankewwww sooooooo muchhhhhhhhhhh ap looking for that and i have list out 2 to 3
Very Informative video Sir,
How to Implement the Emoji Picker in text area and set the lock concept for privacy
Please guide Sir
keep it up kardes!
KEEP IT UP ❤
Can you add apart for implementing video calls , groups and emojis bcoz I really learn a lot from your videos
🎉Bro, is not in the kitchen but he cooked ❤
Next Project use Redux-Toolkit for state management.
If its posible a Udemy clone Whit react and mern stack, no next js, only react Like you have done the other proyect, nobody have done something like that. Thanks
Good for beginners to learn the basics, but it lacks practical application and real-world use cases. To make it more comprehensive, implement the necessary logic in Part 2.
fab project
what extension did you use?the details of any library is showing nicely whle coding
.Amazing content on UA-cam🔥... Thanks alot ❤
Awesome project. Thank you bruh. Can u please add the authentication and authorization as passing token in the headers from backend and receiving it from headers in frontend. Please? Or can use db session tokens. Or can u please make a small tutorials that covers these concepts? Pleases bruh❤
welcome master
1:33:50
when will you make projects on microservices & microfrontend? or you also dont know like me?
Can you please implement CI/CD , docker and kubernetes etc Devops part as well to these projects. Creating dockerfile, docker-compose yaml file and complete deployment is what will make these projects even more awesome. I think you already have deployed a chat app before and there is no novelty factor here unfortunately.
I like the VS code theme. Could you give us the name of it? I really want to set it to my IDE.
Fantastic video btw, it covers everything for a web app that a beginner would have to create.
It's Houston. Glad you liked the video
a udemy clone please with mern stack jwt ... nobody have done neither in udemy... thank you
Thanks❤
great job
Bro please continue MERN stack also do a task management like app in MERN
bro which vs code theme you are using?
Очень крутой проект. Можно получить много опита
Could you make PERN tutorial?
hi, NIce content. Please also plan in webrtc tooo I an waitung for that please try to bring that... keep going.. Your content is a gem for us
❤❤❤
thanks
It’s possible to make a uml diagram and the relations between classes?
Please make an airbnb clone
hey brother thanks a ton for the project tutorial but as i am signing up as a user its showing nothing after clicking the signup button. do you have any diagnostics for that??
can you please make a video streaming web app by using backend as a service platforms? Please
Can you please share the Diagram you made at 30:01 it would be too helpfull to make notes for me.
Just need a mern tutorial plzz
Bro i have created this one myself just on thing is missing that is sending media i will try to implement that also in future
Bro pls add typescript in every project we also learn typescript...😢
you never declared authRoutes function 8:27. so how come you are able to import it?
Please upload MERN + TYPESCRIPT project 🙏🙏🙏
What vscode extention you use for convert folders files into icon plzz tell me
i love you
Bro i got error in deployment
only backend part is deployed
Can you add apart for implementano video calls and audio
Hello, sir Thank you. Please give Mern Stack E-comerce Poject
did he use database in this project
Did it have infinite scrolling
🔥🔥🔥🔥👍👍👍👍👌
can you plz make it more advance chat app with more features like WhatsApp with redux toolkit plz
please give me interoffice communication projects of university using MERN
Is anyone else unable to connect to the mongodb? mine keeps saying to make sure my IP is whitelisted even though i have whitelist mine as well as all IPs
Same here. Found solution? Saw on stack overflow where few said we have disable firewall
Please 🙏make a video on how to build web app like omegle/gmeet
hello bruh my mongodb is not logging please help me
can u do mern with ts ?
Bro please make a nestjs project
Does anyone knows this vs code theme name
pleas give me interoffice commutation in university project
Understanding sockets is difficult
We are a bit annoyed but those tiny fonts please use big fonts in the next video
1:08:14
master please made us react native app
Build LMS LIKE UDEMY
group messages?
Bro he is constant creator, he is not creating perfect application, he is making tutorial, figure out yourself , if you won't do then how would you be good programmer!?
@@Idk_who_cares-gta6 what if i won't be able to do it?
@@sumitsaurabh4670chatgpt
@@sumitsaurabh4670 it's fine bro, you'll learn, what do you think those people who are awesome ( what people call them) become in one day? No it was long process, they learnt new new things, look I'm not that old, I started last year coding, learning depth of web development, I was frustrated at first too but give yourself time, don't rush or always copy ,put some of your idia into tutorial , it doesn't have to be great, even simple are enough. Best of luck bro
@@sumitsaurabh4670 Find yourself and keep learning more. Today, AI Power can help you do and learn. If you don't move forward, how can you continue to work in the industry?
First. 😅
2:14:42
This seems like a mistake on your part as there was literally no point testing anything without making the login function.
login is essentially just a copy pasta of the signUp function
Also you might as well just paste the ProfilePage.jsx in there entirely and walk through it instead of slowly doing it and pasting parts of it.. kinda pointless IMO.
This seems amazing but can someone kindly tell me can It really be followed and done from start to end? There are couple of videos on youtube where you kind of have to leave in mid point because either it doesn't work or it has some error in the middle while following or do I have to pay for any service from some website?. If I can follow and complete it then I would like to start from beginning to end.
If you follow well, then yes. I watched 3 videos from him and all my projects were working
Bro please help me i got stuck into a problem when i submit signup form its shows error i checked many time code all are correct but still i got this message in console
Failed to load resource: ne :5001/api/auth/check:1 net::ERR_CONNECTION_REFUSED
This is fire🔥🔥🔥🔥🔥🫡
Can you add group message feature ✅