Man, hattsoff..Kya mast video banaya hai...I completed the entire project smoothly. I read others comments too, don't listen to negative comments.. This channel has a great potential. Mast ha. Keep it up, U earned a sub.
Just started with this tutorial and man the VSCode tips you are giving is just awesome. I already know most of them but still there are few which I didn’t know. Your way of explanation is also very cool. Thank you for teaching us with good coding practices and great tricks which every beginner must know. Keep it up, lots of love ❤ Wishing you luck ✨
Please make AI chatbot bot, we can trained with custom data, use vector database, handle different types files like CSV, pdf. in backend use Langchain js .
@KishanSheth Nice tutorials. Keep the good work coming. Please consider adding embedded chat widget to this application. There is no chat turorials on UA-cam that has the embedded chat widget feature.
Thanks for great tut. I'm Suggesting that before we start writing the css, please elaborate on what we want to achieve so we have a mental modal. Thanks
broooo fuck i did not imagine some one is doing such a great job man i mean littrally you have 10 hr video tutorial of full stack apps in you channel like and they are huge projects aaaaaaaaa i have no word to thank you seriously hats off man 🤗🤗🤗🤗
it's awesome. you can create a chat app version with full features like voice messaging, calling, video calling, sending images, sending files (doc, pdf,..), creating groups and calling in groups.
plz add more features like block unblock delete chat send request for chat to the user and many more plz plz and plz start React Native projects as well plz
@@moosaabdullah6437 That's why they is something called a 'tutorial' it's meant for you to LEARN what you don't know do you think we'd be waiting and asking for the features if we knew how to implement them
@@s47392 yehh it is but my point is when you try doing it youself that way you get to learn a lot.. tutorials are meant to get you started and then you work on customising it to your taste.
@@s47392 8 hours of tutorial is enough to know how everything is working in this app. and why not try to use chatGpt to get an overview how these features could be implemented? The only way to learn is to implement the things you got in your mind. This doesn't mean you will get that working in the first try but at least you will know how to apply ideas and google about things you don't know. tutorials are just a good point to start :)
Hello Kishan, your videos are awesome even for a newbie. You have inspired me to work on a project that I'm very pationate with since I came across your videos. One last question though, you can choose to answer me on DM. Are you working for any startup? If not, are you open for one?
at 2:38:50 i think you have to stop there and also debug the error from backend, i know you might be busy and really want to finish this project as soon as possible but my concerned is if someone have encountered and who is not a good debugger then he/she might not improve in his/her skills.
Hello Kishan Sethji! I have learnt Mern from Hitesh Chaudhary and subscibed you for your projects on MERN and NextJs, I wanna say that could you please dont make too lengthy videos. And one more thing thay please start from beginner to intermediate level projects from next videos , and kind request that if possible start a new series of projects on a Hindi channel. Whether it's Hindi or English, but you must statt from new unique projects that are rare or noone built in community like Google webstories, Chrome Extensions, Discord js, AI integrated Multi user Real Time app means a Discord or vercel or github app.
One request dont create project only using this technologies nowadays I can see every UA-camrs doing this plss use some other technologies and create some good projects so that everyone can follow that also because this will only limited the development and technologies don't take it personal its just my opinion and the project is looking good
Why are you here ? You are here to give advice? If your tech stack is different go search for that particular tech stack videos. Why did you come here ? To explore?
Something that I do is that I use my own technologies and just see the features he implements. I am using NestJS as backend for this project for example, cloudinary for Image uploads , also I added a few more features to profile up till now. I also implemented another project which was implemented in the video using NextJs using React and Fastify. I think you get best of both worlds. A good project with a set of good features but isn’t copy pasted as you are using a different technology
As im using free deployment(render), the upload and download functionality works temporarily, So if u please make a video on how to do free deployment so that those functionality works permanently or guide us how to do this.
After implementing the Upload progress % logic(which works for me), I can't upload files with the same name twice in a row. Like I have to upload a file with a different name in between to the send the files with the same name.
Brother multipleselect which is the shadcnui expansion package is not working and cannot use this package anymore what should be done in this situation
at 5:49:10 when i run my code i continuously requesting the getMessages function when you are not i tried my time but nothing happens what should i do?
Some comments are just so stupid...people want him to add all the features 🤣🤣🤣🤣 like try to do it yourself....if you watch and follow the entire video it will not be that difficult to add a block unblock or delete option...they just want every thing ready made so they can clone the github repository and that too for free lol...
Ha bhai😂. Aur thoda sa Paisa charge karo toh bolte hai ki " Every youtuber is greedy nowadays". Aur woh Banda sirf 5$ charge kar raha tha apne project ke liye.
Can we deploy without using hoister. By using the Verce, Netlify or other free deploy website. If yes, then please tell some free deploy websites for this project.
Can anyone please tell me how to create toast notifications if a user is not in the channel the message is sent in but show if he is in another channel?
at 2:40 when he goes back from chat to profile page after setting up data the profile details is still there and when he refreshes the pages it's still there meanwhile after going back my profile data is there but when i refresh the page all my fields get empty and i have to setup the profile again to go to chat page when is it happening? anybody else faced the same issue
@@DevZoneCodes I spent 2 days trying to resolve the issue but still same problem can you share your repo or code so I can make sure where i am going wrong?
Sir please tell me can I deploy it on any free platform like vercel or render etc. please give me the some process steps here. what should I have to do?? please! '🙏🙏🙏🙏🙏🙏🙏🙏
You didn't, you promised to have meeting but you didn't, I have purchased your cod but you aren't answering to my email, And you put a meeting for sell in your website that is not fair
Just answered to your mail. I don’t see a booking yet. Have you done it? If not you need to book a session. Meetings are separate and it’s not complimentary with the code.
Hello ,when icreate the channel it is created and seen instantly for the creator, but for the rest of the users, the page must be updated to see it, Where would be the error I'm having?
Currently i am having a problem with the contacts part, i want to create another account to test the contact part, but for some reason it doesn't let me sign up with another email, the error that throws away it's a 500 (Iternal Server Error) and an AxiosError, i have looked at the code and everything seems to fit okay with the video, does someone know what i might be doing wrong and how to fix it?
Please clone any stock market broker website just like grow, upstock and angle-one etc. So that we learn how to manage financial web application. Because no one teach this every one clone youtube, chating app no one clone financial web application please make
At 4:09:00 in the logout part since we are clearing up the JWT cookie and setting "userInfo" to null, when we navigate to the auth route there is no JWT cookie to verify the user for login so it is throwing an error. Please 🙏🙏 help me figure out the issue as i am almost in the middle of finishing this wonderful application.
hey can you please send me the project source code...I have already built a chat app but this one is better...I don't want to build it from scratch again...can you please give me your GitHub link where this project is posted
@@dsa-j8x It's been a while and I hope you've got it figured out. For me I removed userInfo in dependency array in App.jsx and only kept setUserInfo there.
@@dsa-j8x I solved it by updating the User model script. My project version was unable to use imports in the backend, I had to use 'const bcrypt = require("bcrypt")'. That being said, if 'import bcrypt from "bcrypt" works for you, this next part will work too. It seems like the issue is related to the use of genSalt() within the pre('save') hook in the mongoose schema. The way bcrypt.compare() works in our const login functions is that it compares the plaintext password to the hashed password, and bcrypt automatically handles salt internally when comparing. Since you're using genSalt() in your pre('save') hook, it is possible that the password is being hashed correctly but not being compared correctly due to a mismatch in how the salt is applied. So when I changed to the following fix, it lets me login now (see below). userSchema.pre("save", async function(next){ if (!this.isModified('password')) return next(); // Only hash if password has been modified this.password = await bcrypt.hash(this.password, 10); // bcrypt.hash auto-generates salt next(); }); Let me know if this works for you!
Can you tell me which concept needs more explanation? I will improve it accordingly. Also I am starting a hindi channel to deliver content more perfectly subscribe it as well. New videos coming next month.
Hello, good morning. Could you help me? I have a project similar to yours, but I stalled after logging in and registering. I made a user table with user_id, email, and password (with hash, bcrypt). And authenticated with jwt. I would like my registered users to make posts and these posts to be stored in the database with the user id and email in another table. And then returned to an endpoint. Could you give me some help on how to do this?
bhai itan poor flow smjhaney ka feature km rkh lo but achey sey smjhao na yaar wtf i am half way dn now cnt even close this proj becaue i hv to gegt it in resume wtf yaar
5% done with the project!! Never saw such a good explanation in the entire UA-cam universe!! Hats-off🎩🎩🎊🎊🙏
did you got the source code? Can you plz share if possible 🫠
We finally got a recent 2024 one! This is incredibly helpful!
lmao thats what im sayin
did you got the source code? Can you plz share if possible 🫠
can i get the course code i am getting some error
This channel is so underrated!
Great work!
Much appreciated!
Man, hattsoff..Kya mast video banaya hai...I completed the entire project smoothly.
I read others comments too, don't listen to negative comments.. This channel has a great potential. Mast ha. Keep it up, U earned a sub.
this is one of the best comment so far
aapne deploy hoister se hi kiya ya koi free deploy website se?
@@sangeetaprajapati6103 plz reply this man
Bro did you got the source code? Can you plz share if possible 🫠
did you got the source code? Can you plz share if possible 🫠
Just started with this tutorial and man the VSCode tips you are giving is just awesome. I already know most of them but still there are few which I didn’t know.
Your way of explanation is also very cool.
Thank you for teaching us with good coding practices and great tricks which every beginner must know.
Keep it up, lots of love ❤
Wishing you luck ✨
Glad you like them!
Hi , can you please share the source code with me. It will be very helpfull.
can i get the course code i am getting some error
Please make AI chatbot bot, we can trained with custom data, use vector database, handle different types files like CSV, pdf. in backend use Langchain js .
@KishanSheth Nice tutorials. Keep the good work coming.
Please consider adding embedded chat widget to this application. There is no chat turorials on UA-cam that has the embedded chat widget feature.
what do you mean by embedded chat in the chatting application?
If you complete this task please share GitHub code, because I have face some error that's why I need your help.
can i get the course code i am getting some error
Thanks for great tut. I'm Suggesting that before we start writing the css, please elaborate on what we want to achieve so we have a mental modal. Thanks
Noted. Thanks for the input, will take care it from next tutorial.
Use chatgpt for mental modal. Write. Css as taught and copy and get the explanation.
yaar kaunsi gali dun tereko baki yt ko dekh kitna achey sey smjhaya hai unney
Toh vahi jaa k dekhna,
Gali isko kyu dega tu, usse jitna hosake utna banaraha
broooo fuck i did not imagine some one is doing such a great job man i mean littrally you have 10 hr video tutorial of full stack apps in you channel like and they are huge projects aaaaaaaaa i have no word to thank you seriously hats off man 🤗🤗🤗🤗
it's awesome. you can create a chat app version with full features like voice messaging, calling, video calling, sending images, sending files (doc, pdf,..), creating groups and calling in groups.
If you complete this task please share GitHub code, because I have face some error that's why I need your help
did you got the source code? Can you plz share if possible 🫠
plz add more features like block unblock delete chat send request for chat to the user and many more plz plz and plz start React Native projects as well plz
Yh you definitely got a point
why not try to add the features yourself and that way you get to learn something new as well
@@moosaabdullah6437 That's why they is something called a 'tutorial' it's meant for you to LEARN what you don't know do you think we'd be waiting and asking for the features if we knew how to implement them
@@s47392 yehh it is but my point is when you try doing it youself that way you get to learn a lot.. tutorials are meant to get you started and then you work on customising it to your taste.
@@s47392 8 hours of tutorial is enough to know how everything is working in this app. and why not try to use chatGpt to get an overview how these features could be implemented? The only way to learn is to implement the things you got in your mind. This doesn't mean you will get that working in the first try but at least you will know how to apply ideas and google about things you don't know. tutorials are just a good point to start :)
Hello Kishan, your videos are awesome even for a newbie. You have inspired me to work on a project that I'm very pationate with since I came across your videos.
One last question though, you can choose to answer me on DM. Are you working for any startup? If not, are you open for one?
at 2:38:50 i think you have to stop there and also debug the error from backend, i know you might be busy and really want to finish this project as soon as possible but my concerned is if someone have encountered and who is not a good debugger then he/she might not improve in his/her skills.
bro i am struck there
color === undefined put this there and it will be solved
Yay finally 🎉
Hey brother...hav u done this project??
Hello Kishan Sethji!
I have learnt Mern from Hitesh Chaudhary and subscibed you for your projects on MERN and NextJs,
I wanna say that could you please dont make too lengthy videos. And one more thing thay please start from beginner to intermediate level projects from next videos , and kind request that if possible start a new series of projects on a Hindi channel.
Whether it's Hindi or English, but you must statt from new unique projects that are rare or noone built in community like Google webstories, Chrome Extensions, Discord js, AI integrated Multi user Real Time app means a Discord or vercel or github app.
One request dont create project only using this technologies nowadays I can see every UA-camrs doing this plss use some other technologies and create some good projects so that everyone can follow that also because this will only limited the development and technologies don't take it personal its just my opinion and the project is looking good
Can you suggest this type of project ( I need this)
Abe apna suggestions gand me dal. Appreciate the hard work.
Why are you here ? You are here to give advice? If your tech stack is different go search for that particular tech stack videos. Why did you come here ? To explore?
React, Nextjs and Angular are the most popular used frontend frameworks. And expressjs for backend as well.
Something that I do is that I use my own technologies and just see the features he implements. I am using NestJS as backend for this project for example, cloudinary for Image uploads , also I added a few more features to profile up till now. I also implemented another project which was implemented in the video using NextJs using React and Fastify. I think you get best of both worlds. A good project with a set of good features but isn’t copy pasted as you are using a different technology
thanks bro, it would be nice and helpful to make this same chat but using prisma and postgres and redux toolkit, best tutorial on youtube indeed.
when's your next utorial coming out???? waiting desperately....!!!!!!
Thanks brother🎉
As im using free deployment(render), the upload and download functionality works temporarily, So if u please make a video on how to do free deployment so that those functionality works permanently or guide us how to do this.
Bro did you got the source code? Can you plz share if possible 🫠
Thanks ! Bros !
Excellent video.
I can't make prettier wrap the tailwind classes over at least a second line.
Any ideas?
Awesome your work!
Thanks a lot!
initial Auth UI setup your video is not showing an issue in Tailwind-CSS but there is an issue with it i configured and also made it work.
same
After implementing the Upload progress % logic(which works for me), I can't upload files with the same name twice in a row. Like I have to upload a file with a different name in between to the send the files with the same name.
Brother multipleselect which is the shadcnui expansion package is not working and cannot use this package anymore what should be done in this situation
is it working now/
same what to do??
at 5:49:10 when i run my code i continuously requesting the getMessages function when you are not i tried my time but nothing happens what should i do?
how can we add a step in the login page where the email is valid and give warning if the account on that email already exists?
Would it be possible to make a video on how to deploy this application on render?
is this scalable like what one million chat goes to the server and once and since we are doing db operations in sending massege and all??
Haven't accounted for scalability. If you're looking for a more scaleable option then you should use pusher instead of socket.io.
can we make it more bttr by allowing webrtc and video calling feautre in chat
Some comments are just so stupid...people want him to add all the features 🤣🤣🤣🤣
like try to do it yourself....if you watch and follow the entire video it will not be that difficult to add a block unblock or delete option...they just want every thing ready made so they can clone the github repository and that too for free lol...
Bhai hai tu mera 🤣
Ha bhai😂. Aur thoda sa Paisa charge karo toh bolte hai ki " Every youtuber is greedy nowadays". Aur woh Banda sirf 5$ charge kar raha tha apne project ke liye.
Tu bhi bhai hai mera 😂
@@KishanSheth21awaz se to gujju laag rhe ho
sache gujarati chho bhai?
Haan bhai I am from Gujarat.
tailwind css is not being applied.
add features seen and active status will be better
Can we deploy without using hoister. By using the Verce, Netlify or other free deploy website. If yes, then please tell some free deploy websites for this project.
I'm using Cloudinary to store the images or any files , but in downloading part it is not working , can anyone tell me the solution ?
Can anyone please tell me how to create toast notifications if a user is not in the channel the message is sent in but show if he is in another channel?
at 2:40 when he goes back from chat to profile page after setting up data the profile details is still there and when he refreshes the pages it's still there meanwhile after going back my profile data is there but when i refresh the page all my fields get empty and i have to setup the profile again to go to chat page when is it happening? anybody else faced the same issue
nope... its working perfectly fine...
@@DevZoneCodes I spent 2 days trying to resolve the issue but still same problem can you share your repo or code so I can make sure where i am going wrong?
@@smartynabil6686 after i finish full project i will share...
bhai code ko to open source rkho taaki atake to code se help mil jae
Sir please tell me can I deploy it on any free platform like vercel or render etc.
please give me the some process steps here.
what should I have to do??
please! '🙏🙏🙏🙏🙏🙏🙏🙏
Bro if I purchase ur project on link with mentorship than how can u help me on that plzz answer
It will be a personal meet where i will solve your issues.
You didn't, you promised to have meeting but you didn't,
I have purchased your cod but you aren't answering to my email,
And you put a meeting for sell in your website that is not fair
Just answered to your mail. I don’t see a booking yet. Have you done it? If not you need to book a session. Meetings are separate and it’s not complimentary with the code.
1:38:00
for my reference
Anyone finish this project? Please rise your hand.
what can i do for create channel
please inform
one question before i start watching: Do i have to buy the server for the project?
No it's not necessary.
@@KishanSheth21 okay, thank you
Bro did you got the source code? Can you plz share if possible 🫠
Hello ,when icreate the channel it is created and seen instantly for the creator, but for the rest of the users, the page must be updated to see it, Where would be the error I'm having?
You meant a reload/ refres?
If yes then I also got the same error
@@rounakmukherjee9540 yes , just that
@@v5046. did you solved it?
how to fix Invalid scheme, expected connection string to start with "mongodb://" or "mongodb+srv://"
simply put that mongodb connection url in " " - double quotes.
Exaclty like this
"mongodb+srv://"
hi
have u completed this project?
@@rangadharmateja0 no i was not coding this project
I was just watching for some idea
@@harshityadav8852 oh fuck brother you are just watching it no my god
Hello Sir everything is work properly but my messages not show, can see it in message contanier after refresh once everytime
did you got the source code? Can you plz share if possible 🫠
I get error failed to load jsconfig.json couldnt find tsconfig. Json at 14.45
Have you provide the reactjs coures realtime
nextjs se banate to maza hi aa jata
New chat app inbound with more features and security using Next.js
@@KishanSheth21 i dont get what you just said i mean which New chat app
Currently i am having a problem with the contacts part, i want to create another account to test the contact part, but for some reason it doesn't let me sign up with another email, the error that throws away it's a 500 (Iternal Server Error) and an AxiosError, i have looked at the code and everything seems to fit okay with the video, does someone know what i might be doing wrong and how to fix it?
did you solved it?
@@RahulBhardwaj-i3t no, been thinking about restarting the project
For this project do we need to buy hostinger
Are you elon musk
nice
Thanks
Cool but the code source is not free 😤
Does it use RESTful API?
After deployment there is no data coming in mongodb
Please clone any stock market broker website just like grow, upstock and angle-one etc.
So that we learn how to manage financial web application.
Because no one teach this every one clone youtube, chating app no one clone financial web application please make
bro reuploading same image is not working what can i do?
Bhaiya src code ko pay krna ke baad hume vo kese milega aur kaha milega
You can download it after you pay on the platform.
Bro did you got the source code? Can you plz share if possible 🫠
can you show your database set5
h-[100vh] = h-screen
I am not getting 5:48:56 I retried but still not getting!! pls help me!!!
Someone pls help
Bro did you solve it?
@@zenitsuagatsuma2284 yes!
@@zenitsuagatsuma2284 yes
@@zenitsuagatsuma2284 yes!!!
Bro plz, sending file and audio and Video call system 👏
At 4:09:00 in the logout part since we are clearing up the JWT cookie and setting "userInfo" to null, when we navigate to the auth route there is no JWT cookie to verify the user for login so it is throwing an error. Please 🙏🙏 help me figure out the issue as i am almost in the middle of finishing this wonderful application.
yes he also faced the issue but he skipped it by creating new account hmm i am also having same doubt @KishanSeth pleaas ehelp
hey can you please send me the project source code...I have already built a chat app but this one is better...I don't want to build it from scratch again...can you please give me your GitHub link where this project is posted
@@dsa-j8x It's been a while and I hope you've got it figured out. For me I removed userInfo in dependency array in App.jsx and only kept setUserInfo there.
@@dsa-j8x I solved it by updating the User model script. My project version was unable to use imports in the backend, I had to use 'const bcrypt = require("bcrypt")'. That being said, if 'import bcrypt from "bcrypt" works for you, this next part will work too.
It seems like the issue is related to the use of genSalt() within the pre('save') hook in the mongoose schema. The way bcrypt.compare() works in our const login functions is that it compares the plaintext password to the hashed password, and bcrypt automatically handles salt internally when comparing. Since you're using genSalt() in your pre('save') hook, it is possible that the password is being hashed correctly but not being compared correctly due to a mismatch in how the salt is applied. So when I changed to the following fix, it lets me login now (see below).
userSchema.pre("save", async function(next){
if (!this.isModified('password')) return next(); // Only hash if password has been modified
this.password = await bcrypt.hash(this.password, 10); // bcrypt.hash auto-generates salt
next();
});
Let me know if this works for you!
did you solved it?
39:00
why didn't you use an authentication service ?
Bro did you got the source code? Can you plz share if possible 🫠
meaning? he did use jwt
Please make project using springboot
bhai code public krdey easy hoga banana
Redux kyu nhi ?
Webrtc pa aik tutorial bano plz
give me error connect ECONNREFUSED ::1:27017 how can I solve this error ?
Did you solve the error?
any one can please their repository link plz
44:38
Bhai shadcn ka error aa rha hai kese resolve Kiya
can you share the github repo of your project it will be helpfull for me
Is this project is completely working any one who haveade this can we put this on resume
Hi please can you contact me?
can you share the github repo of your project it will be helpfull for me
hi bhaiya bhaiya can you please create chat app in kotlin jetpack compose , with backend in nodejs socket io , express please please bhaiya 😭😭😭
Miller Christopher Jackson Steven Jones David
bhai smjha smjha key code kiyo kro yaar mnay of us will be having this as main proj for resume
Can you tell me which concept needs more explanation? I will improve it accordingly. Also I am starting a hindi channel to deliver content more perfectly subscribe it as well. New videos coming next month.
34:10 untill i come back
Anybody actually made the project? Does it work?
can you share the github repo of your project it will be helpfull for me
@@mistakebuddyBro did you got the source code?
Bro did you got the source code?
You can follow this tutorial in mute also that's not gone make any difference
lazy loading ka batana bhul gaya tum
4:46:59
brthr did you complete the project is it working fine?
Can this project even be done for free?
Bro did you got the source code? Can you plz share if possible 🫠
implement google login
I want to buy this source code ,Please Help me
Please contact on my mail: kishansheth21@gmail.com
Bro did you got the source code? Can you plz share if possible 🫠
hi
Hello, good morning. Could you help me? I have a project similar to yours, but I stalled after logging in and registering.
I made a user table with user_id, email, and password (with hash, bcrypt). And authenticated with jwt.
I would like my registered users to make posts and these posts to be stored in the database with the user id and email in another table. And then returned to an endpoint. Could you give me some help on how to do this?
Can Some One Provide the Source code of this...
Bro did you got the source code?
i paid 300 but i cant get source code bro
Please email me with the receipt and details. Email: kishansheth21@gmail.com
if you have the code can you please provide me
@@mrazasidyot4469 can you share the github repo of your project it will be helpfull for me
Bro paid kyu kar rakh hai isse
Has anyone bought the source code???
Yes
@@Kaleb-l9r bro can you please share the code?
7:54:22
can you share the github repo of your project it will be helpfull for me
@@mistakebuddy bro did you get the code?
As any one deployed this???
I did. Check my comment.
aaj upto 3 khtm hona chaiye bhagwaan
if anyone got source code please share with me
can you share the github repo of your project it will be helpfull for me
Jaldi response krna
bhai itan poor flow smjhaney ka feature km rkh lo but achey sey smjhao na yaar wtf i am half way dn now cnt even close this proj becaue i hv to gegt it in resume wtf yaar
Just tell me what you are not able to understand? Maybe I can help you. Also I can improve myself then.
Hello did you manage to complete this project ?
can you share the github repo of your project it will be helpfull for me