Man you explained so well, Cleared all my doubts, your video was to the point and accurate 🚀 usually i dont comment on videos, but this one deserves it, Great.
I was asked in an interview, do you use MVC? I said no.. a day later, I thought to explore it more... and, wow, I just found out that i have been using MVC without realizing i'm using it... coolllllll
Your tutorial is goldmine bro 💌, I am shocked to see it is yet to be discovered by more people. But you are doing great job bro, Thanks for this tutorial.
Sir please cover advanced concepts of node js like streaming, events emitters, cluster, child process, message queue, threads. Basic node js ke there are many videos, but the topic which I mentioned above no one explained in detail.
Another benefit of this is that currently we're making apis only for the users db, but in future if we want to add apis for products db (suppose its an e commerce platform), then we can simply create a platform.js file in controller, models, routes folders... Am i right in this thinking? Pls tell
It looked clean, but I was observing service layer is missing, and I guess Model should never interact directly with controller rather than getting through service layer.
hi piyush i am having an issue i am a flutter dev trying to expand my skills i am following your playlist and everthing working fine but as soon as i call api for flutter nothing showing up from localhost, but from chrome i am having data from server in nodejs, the funtions of flutter handling api are also working fine but not from nodejs how can i solve this
sir ek doubt hai , connection.js me aapne function async to bna diya but andar await kyu use nahi kiya directely return kar diya tha ?? samajh nahi aaya
@@piyushgargdev but actually when I removed async, it displayed a suggestion to make it async (quick fix).. So when I clicked on it , it converted it to async await format
1 of the best Node js tutorial I've ever watched, no one tells the best practices like this. Keep it up.
no faltu baat, only padhayi ......good work Piyush bhaiya
Million dollar tutorial for beginners who have come this far. Thanks Piyush
Bhaisahab ye kuch jyada nhi ho gaya kya?😂
Sar ke upar se jaraha h backend😭😭
However apne achha pdhaya, hats off to you bhai
You are literally the best Hindi TH-cam teacher out there.
Man you explained so well, Cleared all my doubts, your video was to the point and accurate 🚀
usually i dont comment on videos, but this one deserves it, Great.
I've watched so many videos for node js but I didn't understand anything but this is best ever playlist
perfect explaination!!!!!!!!! keep uploading such content.
love your teaching I was very confused to understand mvc pattern
you are doing a great job , this thing is not even in the paid classes .. thank u so much..
😇
It took me more then 4 hours to complete this lecture, and the lecture is about of 20 min. Thanks for this amazing lecture
M still stuck cause...including userRouter crashing the app.
Piyush bhai you are absolute menace to the dev community. Appreciate the Hard Work you put in .
Fantastic... Agreed million dollar tutorial... quick and to the point...and absolutely professional.. Thank you for this....
This is best video on MVC controller as far as know. Thanks piyush for such amazing video
I was asked in an interview, do you use MVC? I said no.. a day later, I thought to explore it more...
and, wow, I just found out that i have been using MVC without realizing i'm using it... coolllllll
bro ur so pro i never seen this professional and detailed playlist of node js
luv u ❤😘
Your tutorial is goldmine bro 💌, I am shocked to see it is yet to be discovered by more people.
But you are doing great job bro, Thanks for this tutorial.
thanks brother, i learned so much and understood mvc pattern
huge respect for you bhaiya, top notch content
Best Playlist for node js ❤❤
brilliant explanation bhai
SUPPEERRRBBBBBBB EXPLANATION.... CANNOT GET BETTER THAN THIS !!!!!!!
thanks piyush bro for making this video
Great Explanation sir !!!😍😍 Thanks a lot
Just awesome brother. I love the way you teach. Just carry on. Waiting for many many exciting videos ❤❤❤
maza aagayi bhaiya top notch video
You nailed it!!
Amazing sir 😀😀😀
best nodejs playlist
bilkulll
Mere ex ka bhi naam sneha tha. Usne mujhe dhoka diya. Aap kisi apne ko dhoka mat dena plz 🙏
@@saarza9991 mujh ko acha nhe lgta koi hmnam tera.
koi tum sa ho to hi nam tum sa rakhe
Great tutor 👍
great series ever
Best video Piyush brother..btw we can also add .env file to store mongo url and PORT
what a amazing folder structure sir ❤
Thank you very much sir , You are helping me a ton ❤🔥
Wow! Simply amazing
Thank you so much , great explanation👍
Wow stuff 🎉❤
If i say Millions ❤❤❤ LIKES & COMMENTS are also less for this Video over the TH-cam. Really you did great work next level formation of this video.
BEST TUTORIAL
awasome
Nice explanation. Thanks!
Sir please cover advanced concepts of node js like streaming, events emitters, cluster, child process, message queue, threads. Basic node js ke there are many videos, but the topic which I mentioned above no one explained in detail.
agree
helpful video...
Video is useful
clear explanation
AWESOME BUDDY
01:50 Creating User Model
02:40 Refactoring routes
06:10 Refactoring MongoDB Connection
07:45 Refactoring logger function/ setting middleware
10:30 Setting Controllers
You segregated the code in a very good way. So useful tutorial indeed.
Amazing
Thanks 🌟
THANKS MAN 💌
awesome
Another benefit of this is that currently we're making apis only for the users db, but in future if we want to add apis for products db (suppose its an e commerce platform), then we can simply create a platform.js file in controller, models, routes folders...
Am i right in this thinking? Pls tell
It looked clean, but I was observing service layer is missing, and I guess Model should never interact directly with controller rather than getting through service layer.
could you please elaborate?
Thanks Bro
brilliantt
thankyou!!
thanks jaani 😈
Best node js
import export game is really difficult, i m going full mad😒😒
Agree++
Then you should learn React 😂😂
@@Ayush37262 yeah just one context API project is enough 😂😅
Isme kya hard hai , jjis bhi cheez ki need ho usko I port karlo and jo kahi aur use karna ho usko export kardo....see chai aur code
@@DTALKS01 chai aur code is Trash
Piyush can u please make a project based on exam portal or such having ADMIN Dashboard or such using all these concepts... it'll be amazing.
The Gem 🔷
Can we create the file with name db.js instead of user.js in the models folder for better clarity?
Hey piyush what’s the use of creating views folder without having files in it.
what is the extension you are using for folders icons ?
Thanku Bro...Well explained
can you let me know which extension you used for these beautiful file icons
material icon
Vid - 20✅
hi piyush i am having an issue i am a flutter dev trying to expand my skills i am following your playlist and everthing working fine but as soon as i call api for flutter nothing showing up from localhost, but from chrome i am having data from server in nodejs, the funtions of flutter handling api are also working fine but not from nodejs how can i solve this
just supab...
Now this is some next level shit 😮
sir ek doubt hai , connection.js me aapne function async to bna diya but andar await kyu use nahi kiya directely return kar diya tha ?? samajh nahi aaya
You are right, we can remove async keyword there. Good Catch :)
@@piyushgargdev but actually when I removed async, it displayed a suggestion to make it async (quick fix).. So when I clicked on it , it converted it to async await format
well explained. sir her video ka code share kr diya ky plz.
you can be the guy joh virus ke question "Can you explain " ka jawab de sakte the
greatttt
Which vs code theme is he using⁉
Hi piyush, how can i get the source code of your mvc part
Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:
ode.js\mongo db tutrial\models\user' imported from C:
ode.js\mongo db tutrial\controllers\user.js ERROR
bro, repositories ka kya use hai ? mene ek repo dekha usme repositories common/errors and common/utils inpe ek video bana do plz.
18:00
Summary
ye kaunsa extension hai jisse ye vs code mai beautiful folders ban rhe hain?
prettier
❤
make a video on nestjs also
mai jab create ya update ki API call kr raha hu,
tab mujhe res.body undefined mil raha hai,
aysa kyu?
bro always put the code . so you can get answer as fast as possible
You wan to learn next level nodejs so this covered in this Series
Guys,aap logo ne kya-kya se projects bnaliye??
I experienced how to organically subscribe to someone
Can you please provide us the source code of this tutorial.
where do we get code of this video
Where to get all the code??????? Please tell asap.
Bhai please kya yeh bta skte ho ki url se controller ka name kaise hataye
can you please share code?
👍
I need this full of code! anyone
have?
i have getting error user.find({}) is not funstion
id.user.find({})
In mongosh or in routes?
@@saarza9991 routes
update pe lastname bydefault changed he vo kaise solve karu
Thoda aur ache se explain karo please! 😅
sir please new project se start kiya kro aap ushi project me karte hai to utna samaj nhi aata please
exactly...agar next day dekh rhe hai to purana sab revise krna pdta hai itne long videos se.. we need new video with new example project
where is view files , mensioned mvc?
Hey, github link chahiye iska.
Where is the Source code available
Bhaiya.. codes v de do... git hub