Тёмный

Mastering MERN: Step-by-Step Guide to Full CRUD Operations in One Video | MERN Stack Tutorial 

e-Academyy
Подписаться 1,3 тыс.
Просмотров 11 тыс.
50% 1

Welcome to this comprehensive MERN tutorial where we'll cover the entire CRUD (Create, Read, Update, Delete) operation in one video! 🚀
⏰ Timestamps:
00:00 - Video Introduction
00:12 - Introduction to MERN
05:22 - MERN Application SETUP
26:39 - Insert/Create Data in MERN Application
1:03:45 - Read Data in MERN Application
1:15:53 - Update Data in MERN Application
1:37:23 - DELETE Data in MERN Application
🔥 In this tutorial, you'll learn how to set up a MERN (MongoDB, Express, React, Node) stack from scratch and implement all the CRUD operations in a web application. Whether you're a beginner or an experienced developer, this video will guide you through each step.
📌 Topics covered include:
- MERN stack introduction and its benefits
- Setting up the development environment
- Creating, reading, updating, and deleting data in a MERN application
- Best practices and tips for efficient coding
👨‍💻 By the end of this tutorial, you'll have a solid understanding of MERN and the skills to build full-stack applications with ease.
📚 Make sure to subscribe and hit the notification bell for more web development tutorials and tips. If you find this video helpful, don't forget to give it a thumbs up and share it with your fellow developers!
#MERN #CRUD #WebDevelopment #FullStack #MongoDB #Express #React #nodejs

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

 

30 июн 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 34   
@GamingGamers-rk8hk
@GamingGamers-rk8hk Месяц назад
No words for your explanation... Respect from bottom of my heart ❤️ You deserve more than you expect
@eacademyy
@eacademyy Месяц назад
Thanks 😊
@GauravSingh-id2mf
@GauravSingh-id2mf 5 месяцев назад
Thanku bhai first time i did whole crude operation❤
@Coding_Sarkar
@Coding_Sarkar 8 месяцев назад
bro subscriber kyu nhi hain tumhaare! itni sari videos and itna acha padhaate ho .... ye to smjh nhi aayi baat
@surajkumar-wz1br
@surajkumar-wz1br 8 месяцев назад
Good tutorial step-by-step, highly recommend this video for beginner,Thanks !
@eacademyy
@eacademyy 8 месяцев назад
Thank you so much 😊🙏
@shivanshbohra03
@shivanshbohra03 5 месяцев назад
superb project for beginners, many many thanks sir!
@Coderow598
@Coderow598 6 месяцев назад
Nice tutorial, very helpful and easy to understand and follow. Good luck
@eacademyy
@eacademyy 6 месяцев назад
Thank you so much. If you find it helpful please subscribe to our channel.
@Coderow598
@Coderow598 5 месяцев назад
@@eacademyy Can you please expand this application or make another video about how to upload,save and display image into mongo DB? Thank you 😀
@karanveersharma4643
@karanveersharma4643 7 месяцев назад
Great content. you just earned a subscriber
@eacademyy
@eacademyy 7 месяцев назад
Thanks for subscribing
@sagarxjadhav
@sagarxjadhav 5 месяцев назад
but sir i have created one seperate folder for client & one more seperate for server and both data or codes is stored on desktop screen with seperate folder is this going to connect to each other or not? I'm completely following to you. i just completed video till 1hour. please answer my question
@eacademyy
@eacademyy 5 месяцев назад
It will connect
@muhammadmansoor7425
@muhammadmansoor7425 7 месяцев назад
Next js pay project base playlist bnao bro
@eacademyy
@eacademyy 7 месяцев назад
We will try to upload it as soon as possible
@muhammadmansoor7425
@muhammadmansoor7425 7 месяцев назад
React and Mern pay kafi sary projects parhy hn already
@waleedsharif618
@waleedsharif618 8 месяцев назад
One question, in nodejs for routing you are using router.post(…) but some people use app.post (…). What is the difference between those two ?
@eacademyy
@eacademyy 8 месяцев назад
The key difference is the level at which the route is defined. "app.post(....)" is used to define routes at the application level(in app.js or server.js file), while "router.post(....)" is used to define routes within a router, which can be attached to the application later. 🔴The choice between the two depends on your application's structure and organization. ✅Using routers is a good practice for modularizing your code, especially as your application grows and you have multiple routes to manage. Thanks for watching video and do share with other if you find this helpful and also subscribe the channel.
@waleedsharif618
@waleedsharif618 8 месяцев назад
@@eacademyy but everything can be done using app.post()? And less code, why should we use router then ?
@eacademyy
@eacademyy 8 месяцев назад
as I have already mentioned before "Using routers is a good practice for modularizing your code, especially as your application grows and you have multiple routes to manage". In larger application you will need to well organize code that time creating multiple router will be more than helpful.
@md_samir92
@md_samir92 6 месяцев назад
Bhai mera postman me get horha h par woh frontend me get nhi horha map function use karhe to waha batarha map is not a function but dusra api use karhe to thk show karha data kuch solution batasakte h ap
@eacademyy
@eacademyy 6 месяцев назад
Can you paste your datamaping code here
@md_samir92
@md_samir92 6 месяцев назад
@@eacademyy bhai abhi jake problem solve hua
@eacademyy
@eacademyy 6 месяцев назад
@Md_samir92 That's good if you face any problem I will try to solve it..
@shivanshbohra03
@shivanshbohra03 5 месяцев назад
give source code i am getting this error: throw new TypeError('Router.use() requires a middleware function but got a ' + gettype(fn)) ^ TypeError: Router.use() requires a middleware function but got a Object
@shivanshbohra03
@shivanshbohra03 5 месяцев назад
module.exports = router -error solved, i missed this line
@eacademyy
@eacademyy 5 месяцев назад
nice
@nayaktricksgaming
@nayaktricksgaming 4 месяца назад
Please provide source code
@priyanshubhardwaj2272
@priyanshubhardwaj2272 5 месяцев назад
my database is not getting data and
@sagarxjadhav
@sagarxjadhav 5 месяцев назад
same goes with me
@eacademyy
@eacademyy 5 месяцев назад
can you please tell what error it is giving so i can try to solve it?
@gurughantal59
@gurughantal59 4 месяца назад
Please provide source code
Далее
I Built 100 Houses And Gave Them Away!
09:36
Просмотров 54 млн
6 Step guide to master api handling
14:42
Просмотров 51 тыс.
Learn GraphQL In 40 Minutes
39:43
Просмотров 731 тыс.