Тёмный

MVC Pattern Explained Easy | MVC Tutorial (Example in NodeJS) 

PedroTech
Подписаться 206 тыс.
Просмотров 40 тыс.
50% 1

In this video I will go over the MVC design pattern! At the end I give an example on how to implement MVC using a framework like Express.
-
❤️ Want to Support the Channel?:
/ @pedrotechnologies
🚀 Learn ReactJS By Building 6 Projects: codedamn.com/learn/reactjs-pr...
-
Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Website: machadopedro.com
Linkedin: / machadop1407
Instagram: / _pedro.machado_
Github: github.com/machadop1407
Email: machadop1407@gmail.com
Tags:
- ReactJS Tutorial
- ReactJS and MySQL
- NodeJS Tutorial
- API Tutorial

Наука

Опубликовано:

 

5 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 74   
@gotembarbosa6790
@gotembarbosa6790 2 года назад
tava aqui vendo todos seus videos com maior entusiasmo e descobri que você é da nossa terrinha kk! Seus vídeos são ótimos, estão me ajudando de mais!! Obrigado por crescer essa comunidade ainda mais. (Sua didática é ótima, continue assim)
@pratikthorat3480
@pratikthorat3480 Год назад
I am a newbie dev with some practice in MVC but this video was legendary! I fully understand how and why we must use this architecture pattern! Thanks a lot!! You are the real superhero here!!!!!!
@marketalpha5426
@marketalpha5426 Год назад
Bud your videos are really concise. Great job.
@dawoodshahzad9082
@dawoodshahzad9082 2 года назад
Exactly I was looking for this. Thank you Pedro.
@JohnWickXD
@JohnWickXD 10 месяцев назад
Best hands on explanation on the whole internet😊
@user-fv5et5on7w
@user-fv5et5on7w 2 года назад
Such a wonderful video. Thank you so much Pedro!
@entity5678
@entity5678 Год назад
Very awesome explanation..understood MVC architecture much better now than former
@gautambedi591
@gautambedi591 Год назад
Really nice video and example mate! Loved it:)
@RodolphoArrudanogoogle
@RodolphoArrudanogoogle Год назад
This is a very good video. You explain non trivial concepts in a very easy way. Keep up the good work.
@PedroTechnologies
@PedroTechnologies Год назад
Thank you!
@kopilkaiser8991
@kopilkaiser8991 Месяц назад
Absolutely brilliant tutorial to understand the discussed topic and logic. 👍🏼🤝
@dwale1934
@dwale1934 2 года назад
Thank you so much Pedro! I was looking all over for this. I can't wait for simple express API example. 😌
@PedroTechnologies
@PedroTechnologies 2 года назад
Glad it was helpful!
@levyroth
@levyroth 2 года назад
Great explanation, really appreciate it 🙏
@diogobem8071
@diogobem8071 2 года назад
Fala Pedro, somente para te dar parabéns pelos vídeos. São excelentes. Você explica muito bem. Além disso, tem um inglês muito bom. Sou meio chato com sotaques e você tem um beeeem leve.
@boombap8910
@boombap8910 2 года назад
This was EXACTLY what I've been looking for! You're a legend man! thx a lot P.S subscribed
@NoksNeto
@NoksNeto 2 года назад
Só tópico relevante por aqui! Thanks.
@dazecm
@dazecm 2 года назад
How does the View part of MVC fit into the project folder structure? A backend or API project seems to focus on Model and Controller folder structures but how does the View part fit into things? Presumably, it's simply a front-end project separate from the back-end project with its own folder structure, such as a React project with folders such as components containing .jsx files and maybe an API folder containing HTTP request code to call backend endpoints using something like Axios as the HTTP request package? Would frontend and backend be in separate VS Code projects or maybe with both project folders in a VS Code Workspace structure? Haven't used Workspaces so this may make a good topic for a separate video in itself?
@jatilyadav4000
@jatilyadav4000 Год назад
Amazing Video Bro.. Keep it Up
@jesy1732
@jesy1732 2 года назад
Well explained!
@ThColinPereira
@ThColinPereira 2 года назад
great video pedro
@b3njamim
@b3njamim 2 года назад
Ih rapá um brasuca, estamos em toda parte mesmo kkk
@abhishekrawat8579
@abhishekrawat8579 2 года назад
🔥🔥 very helpful video
@MrLink186
@MrLink186 2 года назад
I have one question about controllers and proper design. Can particular controller use multiple services? Or rather one controller should use one service, but for example serviceA can use serviceB, serviceB, serviceC?
@user-ug5cy5ve4g
@user-ug5cy5ve4g 6 месяцев назад
amazing!
@sabuein
@sabuein Год назад
Thank you.
@D_Elchapo
@D_Elchapo Месяц назад
thanks man
@edu.paixao
@edu.paixao Год назад
Vlw, Pedro!
@pikolq7665
@pikolq7665 2 года назад
very helpful
@fluttterdev1k
@fluttterdev1k 10 месяцев назад
thanks buddy but it won't be a problem if I won't use server directory and only i depend on controller ??
@rhiannonmonks6894
@rhiannonmonks6894 Год назад
Even though this is a backend example, I think you should still somehow cover the 'View' from the MVC!
@adolfomartin5456
@adolfomartin5456 10 месяцев назад
The view is how you present the data, not views or screens.
@dmytromahas2998
@dmytromahas2998 Год назад
MVC is a nice topic for a drunk conversation) When you switch a context between BE/FE/full application or different technologies/languages, it oftentimes changes the meaning. Same for the other patterns.
@MrMonishSoni
@MrMonishSoni Год назад
What about scenario when Multiple Database needed to be integrated in a CRUD Web app, because then we had overhead of extra *.service.js files as each controller will need separate service/Table files to call to. Could we optimize it somehow, so that it could be done in minimum no. of *.service.js files for Multi-DB (MongoDB, PostgreSQL, MySQL, Cassandra etc.) ???
@saadowain3511
@saadowain3511 2 года назад
Amazing Pedro
@PedroTechnologies
@PedroTechnologies 2 года назад
Thank you!
@Inefprag
@Inefprag Год назад
Did you talk about the "models" folder? What's its purpose?
@medAmineRg
@medAmineRg 2 года назад
thankyou bro
@idevbrandon
@idevbrandon 2 года назад
Could you please make a content the difference between exertnal and internal API?
@josearmandozeballosduran7086
@josearmandozeballosduran7086 2 года назад
Amazing
@rcr19940
@rcr19940 Год назад
bro where is the github link for the repo?
@slowedReverbJunction
@slowedReverbJunction 2 года назад
Nicely explained bro🤘
@PedroTechnologies
@PedroTechnologies 2 года назад
Glad you liked it
@DuyTran-ss4lu
@DuyTran-ss4lu 2 года назад
Awesome
@27sosite73
@27sosite73 Год назад
top, mate
@saidmaroc8448
@saidmaroc8448 2 года назад
good explanation
@PedroTechnologies
@PedroTechnologies 2 года назад
Thank you!
@ThColinPereira
@ThColinPereira 2 года назад
banger!
@Holfter
@Holfter 2 года назад
Estuda a quanto tempo? se puder fazer um video contando sua jornada ate aqui, quais foram suas dificuldades no inicio e tals. Feliz em ver um brazuka fazendo video de programacao em ingles. Keep going bro
@PedroTechnologies
@PedroTechnologies 2 года назад
Pode ser um bom video! Eu programo a 4 anos mas web dev somente a 2
@bhaskarbharadwaj8412
@bhaskarbharadwaj8412 2 года назад
Where according to you is the best place for input validation ?
@PedroTechnologies
@PedroTechnologies 2 года назад
As a middleware that I pass in the routes folder!
@dazecm
@dazecm 2 года назад
@@PedroTechnologies Is this also known as error-handling middleware? Maybe including middleware for error logging using packages such as Winston?
@atanujana8119
@atanujana8119 2 года назад
create a video on how to host node js express mysql project on cpanel Or Hostinger
@nsh4658
@nsh4658 7 месяцев назад
What about model?
@muhammadxojarustamxojayev7678
@muhammadxojarustamxojayev7678 2 года назад
Thank you. Can you do the video about relations too.
@PedroTechnologies
@PedroTechnologies 2 года назад
Yes! It is one of the topics I want to talk about!
@chilly2171
@chilly2171 2 года назад
So with services, models will be useless?
@PedroTechnologies
@PedroTechnologies 2 года назад
It depends, services is where you make requests to your database. Models is where you define the database schemas / tables. Not all RDMS requires you to define its tables in your project so it might be useless in those cases.
@chilly2171
@chilly2171 2 года назад
@@PedroTechnologies So Models are sort of like migration, and services becomes sort of like Models.
@TheChiefwiggy
@TheChiefwiggy 2 года назад
I'm getting "cannot use import statement outside a module" for all the code in this video.
@PedroTechnologies
@PedroTechnologies 2 года назад
The code is not runnable! You can use the import statements if you have it set up in your project. By default in nodejs you have to import stuff by using the notation: const variableName = require('packageName')
@slowedReverbJunction
@slowedReverbJunction 2 года назад
For that in package.json Where there is script { ...... } Just above it write type: "module"
@TheChiefwiggy
@TheChiefwiggy 2 года назад
@@slowedReverbJunction that doesn't do anything
@abhaytiwari6411
@abhaytiwari6411 2 года назад
How is it going Pedro
@PedroTechnologies
@PedroTechnologies 2 года назад
Doing wellm how about you?
@abhaytiwari6411
@abhaytiwari6411 2 года назад
@@PedroTechnologies doing good 👍
@geteldoo5279
@geteldoo5279 Год назад
Add the next: .env file, connection JS file, utility JS file, model JS file, controller JS file, router post JS file, router use JS file, view HBS file, style CSS file
@swapnilmane1599
@swapnilmane1599 2 года назад
Hey buddy, this is irrelevant question bt...I created a blog project in react. I devided that project into two parts...user and Admin...What I want to do is I want to implement routing. I used react router dom. Bt the problem is...I use browser Router n switch blah blah..in App . Js...and Added navbar top which will be visible in all components...bt I don't want it to visible in admin area...I want to show admin sidebar in admin panel only...how to fix this?? Is there any solution to this ?? Please help...Thanks in advance n Thanks for your tutorials they have helped me alot... seriously thanks...♥️♥️
@PedroTechnologies
@PedroTechnologies 2 года назад
You can add a condition asking if the current pathname is not equal to the admin route. Something like {window.location.pathname !== '/admin' && }
@swapnilmane1599
@swapnilmane1599 2 года назад
@@PedroTechnologies thank you so much... Bt I am new in React...so I didn't understand it well... could you please make a video on this ?? Coz lot of programmers will face this problem...coz every react project requires this....so please...only if you get free time...I will try to do it by myself... Thank you again...Pedro...♥️♥️
@swapnilmane1599
@swapnilmane1599 2 года назад
@@PedroTechnologies Okay....I will use conditional rendering for this...plz check my code if window.location.pathname=== "/admin" then I will show admin sidebar bt My routes will change...like /admin /addpost /profile so then?? How to fix this ??
@phillip76
@phillip76 Год назад
The is wrong. The database don't change the representation.
@swapnilcodes
@swapnilcodes 2 года назад
axios.defaults.withCredentials = true const userLogin = () => { const app = axios.post("localhost:3000/login", data, headers, { withCredentials: true } ).then((result) => { console.log(result) }).catch((err) => { console.log(err) }); } this code doesnt store jwt in cookies ...but postman does...?? how to fix this ??
Далее
What Is MVC? Simple Explanation
10:40
Просмотров 511 тыс.
Впервые дал другу машину…
00:57
100+ Linux Things you Need to Know
12:23
Просмотров 84 тыс.
Node.js is a serious thing now… (2023)
8:18
Просмотров 631 тыс.
MVC Explained in 8 Minutes
8:09
Просмотров 25 тыс.
Model View Controller in NodeJS | MVC Pattern
23:01
Просмотров 74 тыс.
How to handle Node.js errors like a Pro?
12:44
Просмотров 24 тыс.
What is MVC architecture?
5:57
Просмотров 217 тыс.
КРУТОЙ ТЕЛЕФОН
0:16
Просмотров 1,5 млн
Best mobile of all time💥🗿 [Troll Face]
0:24
Просмотров 2,8 млн