MERN Stack CRUD Operations | Full Stack CRUD Operations | React, Node, Express & MongoDB

  Рет қаралды 102,575

Code With Yousaf

Code With Yousaf

Күн бұрын

Пікірлер: 114
@JbbComputerEducation
@JbbComputerEducation 2 ай бұрын
I recommend this video to beginners for learning CRUD operations. It’s really good!, Thank you 🙏
@Cool-Crist
@Cool-Crist Жыл бұрын
Great tutorial. I followed all the steps and deployed everything successfully. I have all the code in Git, the server on Render, the client on Netlify, and the database on MongoDB Atlas. All of these services are free, I only had to change the URLs, and everything is working perfectly. The only issue I encountered was that the values were added twice, but overall, it's a fantastic tutorial. Thank you!
@bhavik34
@bhavik34 Жыл бұрын
Do you have solution for values getting added twice. how can i solve that?
@PrathmeshMulhar
@PrathmeshMulhar Жыл бұрын
Can you give the link of the source code?
@ZteinWorks
@ZteinWorks 6 ай бұрын
The tutorial video is working. 9/10 -1 because has many minor errors but the code are still works. Good job, and Thank you!
@lalitguy99
@lalitguy99 6 ай бұрын
Bro can you point one or two errors ? I didn't noticed any error i am new to mongoose and all so if there are any errors, I don't know them. Can you point one or two errors plz ?
@FuvayTechnologies
@FuvayTechnologies 4 ай бұрын
very well explained and a good start to understand how things work in mern projetcs 👍👍
@agacyincoporation5300
@agacyincoporation5300 Жыл бұрын
Your video was very resourceful, quick comprehensive. Keep it up. I am subscribing now
@maharajasarc
@maharajasarc 18 күн бұрын
i wish your MERN Crud operation video is very great .. very good effort .. too easy understanding for beginners.. hats off you brother....go ahead don't stop post ur videos.. in future become good results .... :) best Regards MahaRaja Zion Chennai, Tamilnadu,
@harikasurya-k1b
@harikasurya-k1b 2 ай бұрын
Best and easily understanding video. But try to mention your git repositories in the decsription next time please.
@Justchill799
@Justchill799 7 ай бұрын
You are amazing, the video is amazing. No one has explained it to me so simply. keep it up 🥰😍😇
@memesnow1324
@memesnow1324 Жыл бұрын
you are doing great job i learned new things when i watch your video s Thank you ❤
@rushikeshkhavare4745
@rushikeshkhavare4745 8 ай бұрын
26:26 the fly sound, i am wearing earpods it feels real one 😂
@myagmardorjbaatar5575
@myagmardorjbaatar5575 7 ай бұрын
yeah hha
@farooqhaider9902
@farooqhaider9902 6 ай бұрын
Really appreciate ur efforts, although the video was short and precise but insightful.
@debojitsaha7851
@debojitsaha7851 4 ай бұрын
sir what 'users' indicate in then() function ?? please explain!
@codewithyousaf
@codewithyousaf 4 ай бұрын
The record we created.
@TheAdventuresEye
@TheAdventuresEye 27 күн бұрын
why you are not using npm nodemon index.js for server running
@areejkhalidareejkhalid6627
@areejkhalidareejkhalid6627 2 ай бұрын
really helpful , keep up the inspiring work Yousaf!
@k4knowledge909
@k4knowledge909 Жыл бұрын
31:20 when select submit button but can't work i write code properly but they problem are come
@mindless_b7484
@mindless_b7484 11 ай бұрын
Also with me can fix that if you fix that then please share
@Akash-m4k1c
@Akash-m4k1c 10 ай бұрын
Hi, I am also facing same problem. When I hit submit button it is not working.
@Akash-m4k1c
@Akash-m4k1c 10 ай бұрын
@@mindless_b7484 Did you get any solution for that?
@ksantoshkumar4579
@ksantoshkumar4579 5 ай бұрын
please provide the source code.
@Handlebrake2
@Handlebrake2 2 ай бұрын
Please learn. Stop simply copying.
@shubhamjain_93
@shubhamjain_93 27 күн бұрын
Bro can you please make video on how can we download this data as an pdf format and that too with an option of downloading full data or an single page with 10 rows
@hanifarifnaz
@hanifarifnaz Ай бұрын
What is the use of react if we load entire page
@BhanuPratapSinghBisht
@BhanuPratapSinghBisht 3 ай бұрын
Sir, you are using window + v to see the copy element.
@fatimaanjum4281
@fatimaanjum4281 7 ай бұрын
best crud-app on youtube 👍
@ezeldesilva2717
@ezeldesilva2717 19 күн бұрын
What if the reference is not the id but username or other fields of the schema how to get the data from it..thank you
@codewithyousaf
@codewithyousaf 18 күн бұрын
based on unique value u can get
@ezeldesilva2717
@ezeldesilva2717 18 күн бұрын
@@codewithyousaf can you have a sample please..thank you..like email from user input then how can you get all data from that..thank you
@ezeldesilva2717
@ezeldesilva2717 18 күн бұрын
@@codewithyousaf how can you pass the user input to axios get to be able to compare that user input value to the fields of the schema like username or email and not the id
@codewithyousaf
@codewithyousaf 18 күн бұрын
@@ezeldesilva2717 pass through url like: http:localhost:3000/segment/username. in server get username from url.
@ezeldesilva2717
@ezeldesilva2717 18 күн бұрын
@@codewithyousaf thank you
@LeviAckerman-gt6ll
@LeviAckerman-gt6ll 5 ай бұрын
49:45 can't edit input fields. is it wrong to use value={}? any help?
@Akash-m4k1c
@Akash-m4k1c 10 ай бұрын
Hi, For me when I am hitting the submit button it is not working for me. When I cheked the network the status says pending. 31:20
@TheAdventuresEye
@TheAdventuresEye 26 күн бұрын
My data is not updated, as i am getting the data in the console
@vladutmiler3657
@vladutmiler3657 8 ай бұрын
Hi! If I run command npm run dev it loads me the index.html file. How to load app.jsx file?
@codewithyousaf
@codewithyousaf 8 ай бұрын
Did you create project using Vite or CRI
@nandakumart2331
@nandakumart2331 11 ай бұрын
54:26 insted of refresh, why can't we use side effect of above useEffect hook ? i think that is better.The tutorial is greate and love your teaching .Keep going .
@zia-kayani
@zia-kayani Жыл бұрын
thanks sir !! May Allah bless you very clear video
@srilekha8671
@srilekha8671 Жыл бұрын
Bro i got uncaught error map f is not function Plz Resolve my error I saw ur video on this but no use
@codewithyousaf
@codewithyousaf Жыл бұрын
The object want to go through is empty I think or not an array check that.
@freenafrancis3178
@freenafrancis3178 Жыл бұрын
Sir , why you have use npm init vite and not npx create - react-app
@codewithyousaf
@codewithyousaf Жыл бұрын
Vite uses the esbuild bundler, which is much faster than the Webpack used in CRA
@yogeshshrestha1745
@yogeshshrestha1745 Жыл бұрын
you should stop using cra it's too slow
@almirsilva838
@almirsilva838 Жыл бұрын
Good Thanks. Your explanations were very good.
@VipinKumar-sj8ib
@VipinKumar-sj8ib 4 ай бұрын
please provide the souce code
@varshatibi
@varshatibi Жыл бұрын
my delete route is getting called automatically.......what should I do?
@codewithyousaf
@codewithyousaf Жыл бұрын
where you called you delete function call that with arrow function. [ onclick={() => deleteFun()}
@anujkumar7943
@anujkumar7943 Жыл бұрын
why i am unable to see result on localhost:5173 pls guide me
@codewithyousaf
@codewithyousaf Жыл бұрын
move to the console check if there was any error solve that error
@stvngrxia2304
@stvngrxia2304 11 ай бұрын
hello sir. I am getting an error it says [plugin:vite:import-analysis] Failed to resolve import "./index.css" from "src\main.jsx". Does the file exist? what's the solution for this??
@stvngrxia2304
@stvngrxia2304 11 ай бұрын
@codewithyousaf
@codewithyousaf
@codewithyousaf 11 ай бұрын
​@@stvngrxia2304 remove index.css line from main.jsx component or create index.css and import it there.
@Madhu-m1t
@Madhu-m1t 3 ай бұрын
Very clear explanation!!
@JiuLin-n8k
@JiuLin-n8k 10 ай бұрын
why put method does not work for me ?
@bakerdandal
@bakerdandal 4 ай бұрын
where is your source code???
@FathimaInnovaskill
@FathimaInnovaskill 7 ай бұрын
Masha allah !Thank you so much sir
@naveenkumarvtamil
@naveenkumarvtamil 8 ай бұрын
Amazing tutorial
@mohammadanwar9848
@mohammadanwar9848 Жыл бұрын
Superb video! Really appreciated
@denizdurmus9759
@denizdurmus9759 Жыл бұрын
I love your tutorials, thank you. bro
@thanurprannavm7066
@thanurprannavm7066 10 ай бұрын
5:21 How you pasted
@codewithyousaf
@codewithyousaf 10 ай бұрын
shift + alt + down arrow key
@ZouhourTrabelsi-x6d
@ZouhourTrabelsi-x6d Жыл бұрын
can you tell me what version of node /react you use?
@codewithyousaf
@codewithyousaf Жыл бұрын
node v18.16 react 18
@NeuralNexus-hu4oi
@NeuralNexus-hu4oi 6 ай бұрын
Very Helpful video.
@salahudheenpilassery
@salahudheenpilassery 8 ай бұрын
Good Class.👌👌 Thank you
@vaibhavsaxena6547
@vaibhavsaxena6547 8 ай бұрын
Axios .post line mh error araha console mh
@adiltuleukhan360
@adiltuleukhan360 7 ай бұрын
please, upload code at the end of the video, or reviewing it 1 more time before ending video. It will really helps to understand and correct mistakes
@codinghero2001
@codinghero2001 Жыл бұрын
Nice video Thank You !!!!
@Nani-e5o5g
@Nani-e5o5g Жыл бұрын
Sir, im getting error in the import React from 'react' how to fix it
@codewithyousaf
@codewithyousaf Жыл бұрын
There will be problem in the structure of folders or webpack simply try to create a new app
@iRafi077
@iRafi077 Жыл бұрын
Type const react = require 'react'
@malikhaidi434
@malikhaidi434 Жыл бұрын
Sir can u pleasse provide us the code of this project urgent neded?
@codewithyousaf
@codewithyousaf Жыл бұрын
codewithyousaf.blogspot.com/2023/06/crud-operation-with-redux-using-mern.html
@malikhaidi434
@malikhaidi434 Жыл бұрын
Thanks for ur quick response but this is not the code of this video project redux is not used in this
@codewithyousaf
@codewithyousaf Жыл бұрын
@@malikhaidi434 You are right I don't have the code of this tutorial right now Sorry 🙏🙏
@yonathantekeste1618
@yonathantekeste1618 3 ай бұрын
many thanks bro !!!
@Dhia_EddineBouzaiene
@Dhia_EddineBouzaiene 10 ай бұрын
thank you it is great tutorial
@dulanjanchanaka7982
@dulanjanchanaka7982 Жыл бұрын
thanks bro 👍
@varunsankhe2204
@varunsankhe2204 5 ай бұрын
I'm getting error code 404
@deshanbandara4985
@deshanbandara4985 6 ай бұрын
Thank you brother
@gauravmaida7600
@gauravmaida7600 7 ай бұрын
Thank yu bro
@SumitGupta-wb2vu
@SumitGupta-wb2vu Жыл бұрын
sir can you please help me to provide me source code for this video?
@talhamasood7321
@talhamasood7321 Жыл бұрын
bro can i get the code for understanding.
@NeerajSharma-sk2rs
@NeerajSharma-sk2rs Жыл бұрын
sir you should provide source code like other tutorials then it would be more comfortable and efficient
@prabhuns1791
@prabhuns1791 2 ай бұрын
excellent
@indvibeinfotech
@indvibeinfotech 10 ай бұрын
source code available ha i kya
@peacefullworld5858
@peacefullworld5858 11 ай бұрын
thank you
@kakamoora7874
@kakamoora7874 2 ай бұрын
Nice g
@tamanpardesi8037
@tamanpardesi8037 3 ай бұрын
god bless you
@yousaframzan7087
@yousaframzan7087 Жыл бұрын
good sir
@jaredelfaz2558
@jaredelfaz2558 25 күн бұрын
OMG I love you
@yeshwanthkumar6089
@yeshwanthkumar6089 8 ай бұрын
can u keep github link
@kidsplay1913
@kidsplay1913 6 ай бұрын
super
@GauravPatel-ly4ul
@GauravPatel-ly4ul Жыл бұрын
pura code learn karke aaye the kya song ki tarah😀😀
@6brainstorm6
@6brainstorm6 3 ай бұрын
app.post route I get 404…where is that route written?
@denizdurmus9759
@denizdurmus9759 Жыл бұрын
Hey Bro Frontent code pls bosstrapp
@altairlight5729
@altairlight5729 4 ай бұрын
server - 14:37 mongodb connection - 18:21
@NawafXRMFC
@NawafXRMFC 2 ай бұрын
28:49 Bro Farted😂😂😂😂😂😂😂😂
@VK-re4jh
@VK-re4jh Ай бұрын
Bhai😂
@TheAdventuresEye
@TheAdventuresEye 27 күн бұрын
no bro i replay the video twise but not get the sound, I tink someone farted in you around
@kumarabhishek3890
@kumarabhishek3890 17 күн бұрын
github?
@artofthesisters6648
@artofthesisters6648 8 ай бұрын
i love you
@tanishshah5775
@tanishshah5775 2 ай бұрын
Source code
@namanvats4306
@namanvats4306 9 ай бұрын
I saw there is lot mistake in the video. He is not defined value property into input in the react code. Not defined app.get listner method into nodes index.js file. so, there is lot mistakes in the course. Thanks
@prabhuns1791
@prabhuns1791 2 ай бұрын
Github plz
@artofthesisters6648
@artofthesisters6648 8 ай бұрын
@AbhishekPrajatech
@AbhishekPrajatech 2 ай бұрын
Please provide the source code
Minecraft Creeper Family is back! #minecraft #funny #memes
00:26
The day of the sea 😂 #shorts by Leisi Crazy
00:22
Leisi Crazy
Рет қаралды 1,3 МЛН
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 18 МЛН
I HACKED ShadCN to Create Insane React Templates and Installers
14:59
Jack Herrington
Рет қаралды 14 М.
MERN Tutorial For Beginners | Learn MERN In 60 Minutes
59:40
PedroTech
Рет қаралды 163 М.
Learn the MERN Stack - Full Tutorial (MongoDB, Express, React, Node.js)
1:47:02
freeCodeCamp.org
Рет қаралды 1,6 МЛН
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
Web Developer Roadmap (2024) - Everything is Changing
25:02
ByteGrad
Рет қаралды 381 М.
Minecraft Creeper Family is back! #minecraft #funny #memes
00:26