@@ajzal_ not really, part 1 is all about the styling and UI. Still id advised u to start from there since there might be some stuff u dont know. also code the project from scratch while adding your own ideas alongside so its not a blind copy paste job. like i didnt like some of his color choices and design elements so i changed it while coding alongside his video. also it then feels like u actually did some work to make it your own project too :D
Thank you so much for this, so many tutorials focus on nextjs, which is OK but plenty of real world systems are still good old react and express and that isn't covered enough
Lama Dev, your tutorial was absolutely fantastic! Thank you for sharing your expertise in such a clear and engaging way. It was incredibly helpful and I'm grateful for the valuable insights you provided. 💖💖✨✨✔
Thank you for this, man. is amazing the time and efforts you put into this content. Plz more of these great tutorials. Make sometimes small projects is really goos to
This project tutorial is truly wonderful. I've been coding for years and I still feel like I was years behind being capable of creating a project like this from the top of my head. Is it normal? Any of you feel the same way?
Hi Lama, This project is turning into an impressive platform with so many thoughtful features! The implementation of post management, authentication, and UI components is clean, efficient, and user-friendly. Integrating the backend API with well-structured components on the frontend really demonstrates a strong command of full-stack development. With upcoming features like a payment system and private chat, this is on track to offer a complete experience for users. Excited to see where it goes!
hey bro i am facing error at the chat secction where i get the error when i checimg the getChats lall chat andnot showing the neither message nor the chat PrismaClientValidationError: Invalid `prisma.user.findUnique()` invocation: { where: { id: undefined, ? email?: String, ? username?: String, ? AND?: UserWhereInput | UserWhereInput[], ? OR?: UserWhereInput[], ? NOT?: UserWhereInput | UserWhereInput[], ? password?: StringFilter | String, ? avatar?: StringNullableFilter | String | Null, ? createdAt?: DateTimeFilter | DateTime, ? chatIDs?: StringNullableListFilter, ? posts?: PostListRelationFilter, ? savedPosts?: SavedPostListRelationFilter, ? chats?: ChatListRelationFilter }, select: { id: true, username: true, avatar: true } } Argument `where` of type UserWhereUniqueInput needs at least one of `id`, `email` or `username` arguments. Available options are marked with ?. at In (C:\Users\umang\OneDrive\Desktop\Major Project\EstateHub\api ode_modules\@prisma\client untime\library.js:114:7526) at Ln.handleRequestError (C:\Users\umang\OneDrive\Desktop\Major Project\EstateHub\api ode_modules\@prisma\client untime\library.js:121:7396) at Ln.handleAndLogRequestError (C:\Users\umang\OneDrive\Desktop\Major Project\EstateHub\api ode_modules\@prisma\client untime\library.js:121:7061) at Ln.request (C:\Users\umang\OneDrive\Desktop\Major Project\EstateHub\api ode_modules\@prisma\client untime\library.js:121:6745) at async l (C:\Users\umang\OneDrive\Desktop\Major Project\EstateHub\api ode_modules\@prisma\client untime\library.js:130:9633) at async getChats (file:///C:/Users/umang/OneDrive/Desktop/Major%20Project/EstateHub/api/controllers/chat.controller.js:18:24) { clientVersion: '5.19.1' }
Please! You're the one that explain the code and make it clearly for me. But please, can you make a tuto about zod react hook form and prisma? I mean, how to put the data of a form or a blog for example in a database with prisma.
@@maazs5991 hey bro sorry for late reply..lama as a github link and i go to his github link in the project to clearlfy somethings.. i think his will be better
Thank you very much for such content. I have some confusion if you can help me. For example, Redux-toolkit vs React-query. if You have time, please, can you prepare another course in terms of using redux-toolkit and react-query. I am a beginner.
redux toolkit is for state management react query is for handling data, redux toolkit has RTK query built inside of it, if you are already using redux toolkit than use RTK query instead of react query, if you are not using redux toolkit than use react query
Hey Lama, why did you have to send postData with single postDetails when you can send them all at once and fetch just watch u need to display on the front page and for a single post you get to fetch that specific data details and render them . Why go the double way?
Thank you, your projects are very interesting, I don't speak English but I use the translator to understand, I leave sub and I will be doing the project but I didn't want to start without leaving my comment, a hug
can be there another part of it? like, the deployment and automation part using gitActions/jenkins and later deploying it in aws. Mainly the devOps part. I loved this project and the way you explained each parts. Great video!
Pls, make a complete tutorial on directory listing website, Where user can login, submit listing, free submit, premium submit, premium submit will be marked as featured for some days, dashboard. pls.
Best tutorial no doubt. Can you make more MERN contents with Prisma? Like, with the same set of technologies you used in this video. That gonna help us to hone our skill sets alot.
Hey I was wondering how a new user can start chat with an existing user for the first time. After watching the tutorial i felt like the messages section will show up only if u have any messages in your dm. For a new user there wont be any messages. Please correct me if i am wrong. I'm a beginner 😊
wow very good stuff and alot fo learning from your course. how we can connect the backend dashboard to control the frontend data. kindly create a video where you show how to connect the backend dashboard to this module and control the function of that real estate
i have doubt, in previous tutorial you didn't add register, login, profile, update, add etc.. did you forgot that?suddenly i get shocked i followed you an inch by inch that's why ... actually i am new subscriber, by the way you really good at teaching i learnt a lot in one video, thanks for sharing your experience
1:43:49 this part the layout export is not working because of ES6 modules and you just have to remove the export this one export { Layout, RequireAuth }; but you can still just import it on app.jsx just saying because it occur in mine maybe just mine
Hi lamadev, I know you made a video about testing, but is it possible to write test cases for front and back end for this or other projects to cover testing concepts in a real project. Thank you very much.
Hi! Thank You for your work. I have a question. How to fix Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox. after adding cloudinary?
Hi, plz make a viedo on file handling like if we want to import some files and save in db , and export db data in excel or pdf format amking it downloadable
sir can you also do react query or redux toolkit state management projects cuz with context api i guess our app not useful for multi-user platforms am i wrong? Hocam ayrıca seviliyorsunuz emekleriniz için teşekkürler... Sorumu da cevaplarsanız çok sevinirim sağ olun
This is the channel that produces many quality tutorials. Thank you Lama Dev.
I followed folder structure like lama dev and I got Job as Frontend Developer🎉Thank You So much Lama🙂
how many time have you been studing? what do you do for get a job?
@@olhesnewsofc hello mate. i can help you in front end if you want any tips
@@dota2teachi610 I want tips for frontend how can I reach out to u
The App structure section was amazing, makes so much sense and helps me mental model future project ideas!
I didn’t watched the first part because it wasn’t telling me if this was a mern project. Now i am gonna watch both
so, do we have to watch the React Real Estate App UI Design video before this?
@@ajzal_ not really, part 1 is all about the styling and UI. Still id advised u to start from there since there might be some stuff u dont know. also code the project from scratch while adding your own ideas alongside so its not a blind copy paste job. like i didnt like some of his color choices and design elements so i changed it while coding alongside his video. also it then feels like u actually did some work to make it your own project too :D
Thank you very much for the high-quality and high-level training you provide. I hope you add React Native and Electron to the tutorials soon
Thank you so much for this, so many tutorials focus on nextjs, which is OK but plenty of real world systems are still good old react and express and that isn't covered enough
Lama Dev, your tutorial was absolutely fantastic! Thank you for sharing your expertise in such a clear and engaging way. It was incredibly helpful and I'm grateful for the valuable insights you provided. 💖💖✨✨✔
Your tutorial may be the best of all. Can you please make a tutorial that uses Postgres SQL?
I have tried many channels but you are great Lama please don't stop providing us with such quality content
Thank you for posting. This was challenging, but incredibly detailed and well-structured.
I want to say that this tutorial truly is of quality. Thank you, Lama Dev
Thanks for this awesome tutorial Lama Dev. Completed this tutorial in 15 days. Eagerly waiting for it's next part!!
Thank you for this, man. is amazing the time and efforts you put into this content. Plz more of these great tutorials. Make sometimes small projects is really goos to
This project is amazing! Thank you for taking your time doing this great app!
Totally agree. this is valuable
Is this video Demonstrate the whole project which is shown in starting of video
@@IndrajeetSingh-cp3qx Yeah it's. Just take your time to watch the entire video
This project tutorial is truly wonderful. I've been coding for years and I still feel like I was years behind being capable of creating a project like this from the top of my head. Is it normal? Any of you feel the same way?
Hi Lama, This project is turning into an impressive platform with so many thoughtful features! The implementation of post management, authentication, and UI components is clean, efficient, and user-friendly. Integrating the backend API with well-structured components on the frontend really demonstrates a strong command of full-stack development. With upcoming features like a payment system and private chat, this is on track to offer a complete experience for users. Excited to see where it goes!
hey bro i am facing error at the chat secction where i get the error
when i checimg the getChats lall chat andnot showing the neither message nor the chat
PrismaClientValidationError:
Invalid `prisma.user.findUnique()` invocation:
{
where: {
id: undefined,
? email?: String,
? username?: String,
? AND?: UserWhereInput | UserWhereInput[],
? OR?: UserWhereInput[],
? NOT?: UserWhereInput | UserWhereInput[],
? password?: StringFilter | String,
? avatar?: StringNullableFilter | String | Null,
? createdAt?: DateTimeFilter | DateTime,
? chatIDs?: StringNullableListFilter,
? posts?: PostListRelationFilter,
? savedPosts?: SavedPostListRelationFilter,
? chats?: ChatListRelationFilter
},
select: {
id: true,
username: true,
avatar: true
}
}
Argument `where` of type UserWhereUniqueInput needs at least one of `id`, `email` or `username` arguments. Available options are marked with ?.
at In (C:\Users\umang\OneDrive\Desktop\Major Project\EstateHub\api
ode_modules\@prisma\client
untime\library.js:114:7526)
at Ln.handleRequestError (C:\Users\umang\OneDrive\Desktop\Major Project\EstateHub\api
ode_modules\@prisma\client
untime\library.js:121:7396)
at Ln.handleAndLogRequestError (C:\Users\umang\OneDrive\Desktop\Major Project\EstateHub\api
ode_modules\@prisma\client
untime\library.js:121:7061)
at Ln.request (C:\Users\umang\OneDrive\Desktop\Major Project\EstateHub\api
ode_modules\@prisma\client
untime\library.js:121:6745)
at async l (C:\Users\umang\OneDrive\Desktop\Major Project\EstateHub\api
ode_modules\@prisma\client
untime\library.js:130:9633)
at async getChats (file:///C:/Users/umang/OneDrive/Desktop/Major%20Project/EstateHub/api/controllers/chat.controller.js:18:24) {
clientVersion: '5.19.1'
}
Please! You're the one that explain the code and make it clearly for me. But please, can you make a tuto about zod react hook form and prisma?
I mean, how to put the data of a form or a blog for example in a database with prisma.
A million thanks for your efforts. This is a very helpful channel.
You are incredible. Thank you for taking time out to make this video. You have made me a better software engineer. God bless you Sir.
Even if you are a beginner , you always know what is going on ❤❤
Was waiting for this ,,completed the first part already.. thank you great man 🙌
Hello bro
Can you please share me the git hub link for better reference of this project !!
I am really waiting please I hope I get a reply
@@maazs5991 hey bro sorry for late reply..lama as a github link and i go to his github link in the project to clearlfy somethings.. i think his will be better
Simply The Best! Thank you LamaDev
I am a beginner and I thoroughly enjoyed this tutorial. You are an amazing teacher. Thank you!!
The best youtube channel👌. Thanks lama
Great video Lama, is it great for SEO as it is, or converting to Next js will make it better?
I didn't understand is it user panel or admin panel who can add post and msg
Could you make a video where you integrate private 1-1 chats?
cool, but how can we add a fully functional payment methods using PayPal, etc ?
Thank you very much for such content. I have some confusion if you can help me. For example, Redux-toolkit vs React-query. if You have time, please, can you prepare another course in terms of using redux-toolkit and react-query. I am a beginner.
redux toolkit is for state management react query is for handling data, redux toolkit has RTK query built inside of it, if you are already using redux toolkit than use RTK query instead of react query, if you are not using redux toolkit than use react query
Hey Lama, why did you have to send postData with single postDetails when you can send them all at once and fetch just watch u need to display on the front page and for a single post you get to fetch that specific data details and render them . Why go the double way?
Keep up the good work Lama! The App Structure explanation is insane! Easy to understand and very details
Thank you, excellent tutorial with real world projects.
finally i finished this project.. thank you 💓
is this working properly
@@sanskargupta8785 yes bro..why?? lot of features is missing but it is working perfectly fine
@@GopiKrish-e8h can you give your github link because i got some errors
It is free to work but is there any paid api
@@GopiKrish-e8h hey bro can you send your code or just github repo
Absolutely brilliant. Thanks a million for this project.
Mr lamadev God will always bless you anywhere you are, I always enjoy you, I pray you will always enjoy yourself.
Thank you very much for this comprehensive tutorial.
Best fullstack apps comes from lama
I hope the next project will be movie ticket booking done using MERN stack. Thanks You
Thank you, your projects are very interesting, I don't speak English but I use the translator to understand, I leave sub and I will be doing the project but I didn't want to start without leaving my comment, a hug
was looking exactly for this. thanks
Thakyou so much for choosing those technologies
Why have you chosen react instead of Nextjs? Just curious nothing else lol
In next project , could you please try to integrate redis...
can be there another part of it? like, the deployment and automation part using gitActions/jenkins and later deploying it in aws. Mainly the devOps part. I loved this project and the way you explained each parts. Great video!
exactly my thoughts
Please guide me. I should learn MERN stack or Next js with mongodb? Which one should i go for
Pls, make a complete tutorial on directory listing website, Where user can login, submit listing, free submit, premium submit, premium submit will be marked as featured for some days, dashboard. pls.
Thank you very much for such content.
awesome job!!!
sir you didn't explain the login and register route in react, you didn't cover login and logout page in the 1st part this video.
This is an amazing Project.
Thanks Lama Lama,
We can accomplish the same without Prisma right?
Yes
What else tools other prisma that we can use ?
@@kyureikim6507 Prisma alternatives include:
AWS AppSync
Apollo
Hasura
Sequelize
TypeORM
Mongoose @@kyureikim6507
its easy man
Thank you very much for building this wonderful project
Hii please send me this project source code please
Amazing project. Big Thanks Sir.
Best tutorial no doubt. Can you make more MERN contents with Prisma? Like, with the same set of technologies you used in this video. That gonna help us to hone our skill sets alot.
Thank you
Amazing content @LamaDev can you kindly add a payment method and deployment part?
Awesome! Thx for sharing! 😉🔥
it getting better day by day, love it
Is devin take place of the web dev???
never
Thanks Lama Dev ❤
Hey I was wondering how a new user can start chat with an existing user for the first time. After watching the tutorial i felt like the messages section will show up only if u have any messages in your dm. For a new user there wont be any messages. Please correct me if i am wrong. I'm a beginner 😊
Hi i am facing some problems in socket io when click the send message button nothing is showing up nor in console can some one help me with this.
Could you provide a link for app structure using eraser, that would be useful to understand the structure better
wow very good stuff and alot fo learning from your course. how we can connect the backend dashboard to control the frontend data. kindly create a video where you show how to connect the backend dashboard to this module and control the function of that real estate
Rough eta on your course release?
Hi @LamaDev, very nice and useful tutorial! one question: how and where to deploy that to make a test ? do you have any suggestion ?
i have doubt, in previous tutorial you didn't add register, login, profile, update, add etc.. did you forgot that?suddenly i get shocked i followed you an inch by inch that's why ... actually i am new subscriber, by the way you really good at teaching i learnt a lot in one video, thanks for sharing your experience
Excellent!!!!!!!
thank you so much this 2 video 8 h take from close to month to done them but help me alot thanks again
Nice video again. Do you prefer node.js or .net savas?
1:43:49
this part the layout export is not working because of ES6 modules and you just have to remove the export this one
export { Layout, RequireAuth };
but you can still just import it on app.jsx
just saying because it occur in mine maybe just mine
Hi! somebody have problem with the cookie? i cannot see my new cookie.
hello,Lama thank you for your video. It really helped me. Could you do a video about its deployment please?
Hey are you able to deploy this, I can’t.
PERN stack is beast
🤣🤣
Anyone have the complete github code?
Thank you so much sir
thank you for real estate but in this new user can not message with another .
Starting this. Wish me luck.
I hope you get it right mate, done the UI Design section perfectly, I am on the 1hr mark on this one and this man is a Great!
Thank you very much man i created a good project just because of you
did it fully work for you? I completed it but i have errors.. to load the posts.
@@ismaelkf yes it is working for me. I am not exactly copy pasting the code exactly but modifying it a little bit
@@clasherworld9821 plz give me your github link
@@clasherworld9821 hii did you deploy your project bro
is it a full stack project? and is it working properly?
Yes
love this
Thanks lama
Bro please make full Stack React Native app also.
Sir uploaf more MERN project
Hi lamadev, I know you made a video about testing, but is it possible to write test cases for front and back end for this or other projects to cover testing concepts in a real project.
Thank you very much.
Is this the end of this project?
Hi! Thank You for your work. I have a question. How to fix Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox. after adding cloudinary?
when u downloaded the project it shows virus?
Do you have personal courses if so send me the link your an amazing teacher
can you also make a video how to deploy this website
hi lama, what extension you use to console in line ?
Hi, plz make a viedo on file handling like if we want to import some files and save in db , and export db data in excel or pdf format amking it downloadable
Hi, could I ask For a list of everything needed in the .env file? just the variable names
Console Ninja does not work here
Yeah... What's the solution to this?
What's the problem exactly?
The chat is working for me, but the problem is that when a message is sent from one profile, I have to refresh the site to see the new message.
I'll use sockets to fix that and make it real time. Thanks
How have you implemented the chat button in the singlePage.jsx ? Lama forgot to add that ... Can you please share the function ?
@@vs0769 hey did you implement it?
this is the first tutorial that I see where use ES6 modules instead of CommonJS, why modern tutorial still uses CommonJS?
sir can you also do react query or redux toolkit state management projects cuz with context api i guess our app not useful for multi-user platforms am i wrong? Hocam ayrıca seviliyorsunuz emekleriniz için teşekkürler... Sorumu da cevaplarsanız çok sevinirim sağ olun
Awesome!
I am starting this project from today and please share your *discord* correct link as well because the link in the desc. doesn't work. Thanks man!
hello brother.....make a video on deployment of this project.......