Login and Registration using MERN Stack | Mongo, Express, React and Node Authentication

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 220

  • @LEENAGUPTA-v6n
    @LEENAGUPTA-v6n 11 หลายเดือนก่อน +24

    literally the simplest video of authentication by mongo db, hats of to you sir 😌😌

    • @happy_vlogs_sk
      @happy_vlogs_sk 10 หลายเดือนก่อน

      Hi can you help me, If i try to do npm init vite it default take the project name like vite-project i can't able to change into client. There is no issues with the name of vite-project

    • @chhavigupta3581
      @chhavigupta3581 7 หลายเดือนก่อน +1

      ​@@happy_vlogs_sk just start typing your project name over it
      bc the cursor won't actually work over it

  • @rohith3261
    @rohith3261 ปีที่แล้ว +56

    Bro believe me You're doing a great job for beginners like us by creating these simple apps using MERN thank you!!!!!

    • @aristrogaming2023
      @aristrogaming2023 ปีที่แล้ว

      Hi bro have you did this project, i need a source code of it

    • @starthorn1773
      @starthorn1773 ปีที่แล้ว

      Yes you are right

  • @thexarviz
    @thexarviz ปีที่แล้ว +9

    first ever video that i watched and coded perfectly without facing any extreme issues or errors. thanks a lot. it worked perfectly. SUBSCRIBED

    • @sulphatetife8600
      @sulphatetife8600 ปีที่แล้ว +2

      How did you get the signup.jsx source code ??

    • @KartikSharma-mv8vi
      @KartikSharma-mv8vi ปีที่แล้ว +1

      hey can you please share me the source code , i am unable to navigate to home.js even after success message in console

    • @vishwamshah4509
      @vishwamshah4509 8 หลายเดือนก่อน

      @@KartikSharma-mv8vi same problem how did u solve it please tell me thanks

  • @UECSoumyaRay
    @UECSoumyaRay ปีที่แล้ว +17

    I must say, I am really impressed. This is exactly what I needed as a beginner. I will definitely recommend it to my noob friends like Ashutosh. BTW, if u r seeing this Ashutosh, do like this comment.

  • @wardahshahid2758
    @wardahshahid2758 7 หลายเดือนก่อน

    Thankyou Youasf, the project is very helpful for beginers.

  • @PRASHANTVIBE
    @PRASHANTVIBE 2 หลายเดือนก่อน +2

    Bro i am Searching it for 7 days . Thanks this what we need to implement in our coding

  • @karampinivasiliki1586
    @karampinivasiliki1586 หลายเดือนก่อน

    Excellent video! Really simple and clear explanation. Thank you!

  • @NagarajNagaraj-ct3qp
    @NagarajNagaraj-ct3qp 3 หลายเดือนก่อน +1

    Thank you so much brother finally i got a video with good explanation to connect react and backend

  • @parth6661
    @parth6661 6 หลายเดือนก่อน +2

    very good video for understanding the basics behind the login signup in MERN STACK. Thanksss bro.. You helped much for my project

  • @CrazyAshu34
    @CrazyAshu34 4 หลายเดือนก่อน

    I think this is the best video, & that's because it's shows top first on the search

  • @ridwanatolagbe3279
    @ridwanatolagbe3279 ปีที่แล้ว +3

    Thank you very much bro. The tutorial was so resourceful.

  • @akashchilgar3737
    @akashchilgar3737 ปีที่แล้ว +9

    Thank you bro, this is really very helpful for beginners ❤🎉

  • @deshanbandara4985
    @deshanbandara4985 ปีที่แล้ว +1

    um a begginer this really help full to me brother thank you!

  • @DeveloperAchuchi
    @DeveloperAchuchi 11 หลายเดือนก่อน

    Great work brother keep it up.
    This is the next big Channel

  • @muhammadafnan_8819
    @muhammadafnan_8819 ปีที่แล้ว +1

    your teaching method is very unique plz also bring full mern stack project tutorial like job portal,ecommerce,LMS etc it will be very benefit for us thank you

    • @codewithyousaf
      @codewithyousaf  ปีที่แล้ว +2

      Thank you, bro, I am working on a small e-commerce project.
      Next Week inshallah

  • @Nord-iq
    @Nord-iq ปีที่แล้ว

    اخيرا شرح براسة حظ تعبت واني ادور هيج شرح يااخي شكرا

  • @БогданІнвестор
    @БогданІнвестор 10 หลายเดือนก่อน +2

    Thank you! Everything is worked as you guided!

  • @totallyvalid3160
    @totallyvalid3160 3 หลายเดือนก่อน +1

    Most excellent tutorial. Thanks!

  • @amanemisa2600
    @amanemisa2600 8 หลายเดือนก่อน

    this is very helpful and direct to the point, thank you very much

  • @talhatalib5457
    @talhatalib5457 4 หลายเดือนก่อน

    Thanks Bro, Your Code Worked in my system in first Attempt. Your teaching methodology is epic. #WellDone!

    • @talhatalib5457
      @talhatalib5457 4 หลายเดือนก่อน

      LOGIN COMPONENT NOT WORKING CODE
      import axios from "axios";
      import { useState } from "react";
      import { Link, useNavigate } from "react-router-dom";
      function Login() {
      const [email, setEmail] = useState();
      const [password, setPassword] = useState();
      const navigate = useNavigate();
      const handleSubmit = (e) => {
      e.preventDefault();
      console.log("Login Button Pressed!");
      axios
      .post("localhost:3001/login", { email, password })
      .then((result) => {
      console.log(result);
      if (result.data === "Login Successful") {
      navigate("/component");
      }
      })
      .catch((err) => console.log(err));
      };
      return (

      Login Here!


      Email address
      setEmail(e.target.value)}
      />

      We`ll never share your email with anyone else.



      Password
      setPassword(e.target.value)}
      />






      Log Me In


      );
      }
      export default Login;

    • @talhatalib5457
      @talhatalib5457 4 หลายเดือนก่อน

      SERVER => PAKAGE.JSON WORKING CODE
      {
      "name": "server",
      "version": "1.0.0",
      "main": "index.js",
      "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1",
      "start": "nodemon index.js"
      },
      "keywords": [],
      "author": "",
      "license": "ISC",
      "description": "",
      "dependencies": {
      "cars": "^1.1.6",
      "cors": "^2.8.5",
      "express": "^4.19.2",
      "mongoose": "^8.4.4",
      "nodemon": "^3.1.4"
      }
      }

  • @VishalYadav-gk1kg
    @VishalYadav-gk1kg 6 หลายเดือนก่อน +1

    Very nice explanation sir, Thank you!

  • @nageshbc6392
    @nageshbc6392 4 หลายเดือนก่อน

    bro you are a legend! thank you for this wonderful video

  • @pieface4955
    @pieface4955 ปีที่แล้ว +6

    This helped so much and was very clear, thanks

  • @rishabhsrivastava722
    @rishabhsrivastava722 ปีที่แล้ว

    Thankyou so much bhai please make videos like this It was my first mern project and I am very happy again thankyou bro

  • @thakurmohansingh-bv6ff
    @thakurmohansingh-bv6ff 10 หลายเดือนก่อน

    Thank you so much for this amazing video🎉.. bcz you keep in mind like as a student visualisation...

  • @Cric11Cricket
    @Cric11Cricket ปีที่แล้ว +1

    Thank you .This is very helpful video furthermore interesting for coders

  • @RichardMonné
    @RichardMonné 2 หลายเดือนก่อน

    Thanks a log ! very straightforward to understand.

  • @muhammadzawar1741
    @muhammadzawar1741 8 หลายเดือนก่อน

    very great tutorial teach in a simple way

  • @memesnow1324
    @memesnow1324 ปีที่แล้ว +5

    i learned alot from this video Thank you ❤

    • @gnanu3530
      @gnanu3530 ปีที่แล้ว +2

      i need a source code of it

    • @aghilesouaras3842
      @aghilesouaras3842 7 หลายเดือนก่อน

      @@gnanu3530 Did you get it ?

  • @freaky2615
    @freaky2615 หลายเดือนก่อน

    It's a very useful video bro... thank you....✨

  • @djiddiadoum2357
    @djiddiadoum2357 ปีที่แล้ว +1

    Hi bro thanks for your help and we appreciate a lof. we learned much from these videos

  • @EmnetMamo
    @EmnetMamo ปีที่แล้ว +1

    really beginner friendly, thanks

  • @dhananjaybramhane835
    @dhananjaybramhane835 7 หลายเดือนก่อน

    Sir Apne MERN fullstack Development kaise Shikha ???
    Apaka kay mindset our Rodmap tha???

  • @sharshtibaliyan166
    @sharshtibaliyan166 2 หลายเดือนก่อน

    Very helpful video ,Thankyou so much

  • @abdellah-2498
    @abdellah-2498 ปีที่แล้ว

    Thank you so much duuuude, you really helped me !!

  • @nazranbibi
    @nazranbibi ปีที่แล้ว +1

    Thank you so much 😊 for making so easy.
    You are amazing 😊

  • @UmerKhan-ro3dy
    @UmerKhan-ro3dy 3 หลายเดือนก่อน

    Best explanation ❤️❤️

  • @chaudharikrunal-vh4mz
    @chaudharikrunal-vh4mz 3 หลายเดือนก่อน

    This is the best video ever ❤

  • @selvapandi1362
    @selvapandi1362 11 หลายเดือนก่อน

    thankyou bro, it's worked for me bro, keep it up bro

    • @PriyaYadav-wi7ri
      @PriyaYadav-wi7ri 8 หลายเดือนก่อน

      yrr mera code run nhi ho raha ek baar aap check krloge error bhi show nhi ho raha hai koi

  • @RasalAnsar-i1e
    @RasalAnsar-i1e 9 หลายเดือนก่อน

    crisp and clear

  • @ferreiradelima96
    @ferreiradelima96 7 หลายเดือนก่อน

    Excellent tutorial.

  • @rockyalex8377
    @rockyalex8377 ปีที่แล้ว

    thank you so much.. this is exactly what i need as a beginner

  • @TradingLines-uj7ds
    @TradingLines-uj7ds 7 หลายเดือนก่อน

    thank you for this vidio and plz add logout logic as well

  • @KuchOriemi
    @KuchOriemi 4 หลายเดือนก่อน

    Very helpful indeed thank you ❤❤

  • @_sf_editz1870
    @_sf_editz1870 ปีที่แล้ว +1

    Super helpful for beginners ❤

  • @ezeldesilva2717
    @ezeldesilva2717 8 หลายเดือนก่อน +2

    I tried to copy your code however employee was created in mongodb but collection data are not included prompting 500 internal server error...how to fix it?

    • @codewithyousaf
      @codewithyousaf  8 หลายเดือนก่อน

      check adding a record API code

    • @ezeldesilva2717
      @ezeldesilva2717 8 หลายเดือนก่อน

      Where can I check a record API code and what will I do...tnx

  • @mcgndb
    @mcgndb 8 หลายเดือนก่อน +1

    your explanation is very good and simple .....i request you please provide source code

  • @Isayasdagne1
    @Isayasdagne1 หลายเดือนก่อน

    it was great coding but try to write when you make change without video show of that❤ amazing coding

  • @alishashaik7159
    @alishashaik7159 10 หลายเดือนก่อน

    Thank you so much sir,u helped alot.🤗

  • @seemakumbhar8534
    @seemakumbhar8534 ปีที่แล้ว +18

    Where is source code

    • @rounakshahdeo7941
      @rounakshahdeo7941 6 หลายเดือนก่อน +11

      Don't Look for source code A Good programmer Create own self ❤👍🏻

    • @kalihanter2609
      @kalihanter2609 6 วันที่ผ่านมา

      😂😂😂

    • @ukponginyang1216
      @ukponginyang1216 วันที่ผ่านมา

      What of those of us that don’t know react? Just backend Node. The source code for the react would be helpful please 😊

  • @relaxingtime2411
    @relaxingtime2411 10 หลายเดือนก่อน

    Good Explanation ♥♥

  • @Moya_tigrigna
    @Moya_tigrigna 8 หลายเดือนก่อน

    what amazing tutorial !

  • @Usmankhan-yr3dl
    @Usmankhan-yr3dl ปีที่แล้ว

    Brother I am a beginner in this field
    What should I learn first before watching this video ?

  • @sukantabiswas3765
    @sukantabiswas3765 ปีที่แล้ว

    Bro is too good. Thank u so much.🙏

  • @yuvaengineer
    @yuvaengineer 10 หลายเดือนก่อน

    mashallah brother maza aa gaya

  • @Praveen-pg6zb
    @Praveen-pg6zb ปีที่แล้ว

    Thank you bro, really great 🎉

  • @BANDLAHYNDAVIBCE
    @BANDLAHYNDAVIBCE ปีที่แล้ว +2

    unable to see the created table in atlas and data was shown [] like this

  • @veronicagitari1600
    @veronicagitari1600 8 หลายเดือนก่อน

    I'm a beginner and I'm still stuck at the signup page
    My bootstrap i don't know why it has an error

  • @elhamyadira
    @elhamyadira ปีที่แล้ว

    Thank you soooooooooooo much. This worked.🥰

  • @DcoderLLC
    @DcoderLLC ปีที่แล้ว

    Thank you bro this is very helpful.

  • @bhupenderkumar9508
    @bhupenderkumar9508 9 หลายเดือนก่อน +1

    but bruh how to secure the home page ?. i mean only that user can access the home page who has logged in .

  • @md.marufbinsolaiman4038
    @md.marufbinsolaiman4038 5 หลายเดือนก่อน

    very helpful buddy.

  • @Burov96
    @Burov96 ปีที่แล้ว

    I am wondering why you did all that locally? I was looking to do it all on Mongoose online and live.

  • @Xenonxiz_
    @Xenonxiz_ 3 หลายเดือนก่อน +1

    sir my mongodb is automatically creating new "test" database and the employees are getting created inside it. How do i fix it?

    • @codewithyousaf
      @codewithyousaf  3 หลายเดือนก่อน +1

      in connection add database name after connection string it will create a new database

    • @Xenonxiz_
      @Xenonxiz_ 3 หลายเดือนก่อน

      @@codewithyousaf Thank you sir, how can i connect with you sir? I have some questions

    • @Xenonxiz_
      @Xenonxiz_ 3 หลายเดือนก่อน +1

      @@codewithyousaf for example how can i redirect two different accounts to two different components

    • @Xenonxiz_
      @Xenonxiz_ 3 หลายเดือนก่อน

      @@codewithyousaf can you do tutorial on this video sir?

    • @codewithyousaf
      @codewithyousaf  3 หลายเดือนก่อน

      @@Xenonxiz_ Yes role base management I explained you can watch on my channel

  • @ukponginyang1216
    @ukponginyang1216 29 วันที่ผ่านมา

    Please where' can i find the sign up form?

  • @tawoplays4722
    @tawoplays4722 ปีที่แล้ว +1

    Hello sir, uhmm can you try the mongodb atlas next? Cause i am having difficulties trying it on mongodb atlas using your code😅

  • @nageshmane_14606
    @nageshmane_14606 5 หลายเดือนก่อน

    Thank Your Sir 🤗

  • @DHANASEKARD-yc5lq
    @DHANASEKARD-yc5lq 6 หลายเดือนก่อน

    Worth bro works fine

  • @ritikkumarsharma9489
    @ritikkumarsharma9489 ปีที่แล้ว +2

    what is user in the at 25:07 at 17th line

  • @meghanajwala2971
    @meghanajwala2971 4 หลายเดือนก่อน

    Have a small doubt. Why can't the button "Login" be a part of the form tag?

    • @markjosephortizano5084
      @markjosephortizano5084 3 หลายเดือนก่อน

      Once you click login it will go login page.that's what he really do, also login has link already

  • @TheAdventuresEye
    @TheAdventuresEye 2 หลายเดือนก่อน

    why are you using link Tag insted of button on form submit

  • @vedwagle1303
    @vedwagle1303 9 หลายเดือนก่อน +2

    can you please provide the source code link of github

  • @PreethibunnyAsadi
    @PreethibunnyAsadi 9 หลายเดือนก่อน +1

    it's good explantion sir but id not get data it shoeing empty data
    {
    "_id": {
    "$oid": "65c9a6c0fdc2b71ce384a46c"
    },
    "__v": 0
    } just like that but how to solve issue here

    • @codewithyousaf
      @codewithyousaf  9 หลายเดือนก่อน

      the database id name is like: (_id) use it when you deal with database

  • @ruki4969
    @ruki4969 ปีที่แล้ว

    god bless u, u saved my days

  • @GauravPatel-ly4ul
    @GauravPatel-ly4ul ปีที่แล้ว

    how we can add about us page after home i'm trying but giving children parents error .i dont want to open it direct without login

  • @ShashiBhusalComputing
    @ShashiBhusalComputing 10 หลายเดือนก่อน

    Thanks brother you are greate

  • @accidentalgnius
    @accidentalgnius 3 หลายเดือนก่อน +1

    How are you connecting the Login page with your server?

    • @codewithyousaf
      @codewithyousaf  3 หลายเดือนก่อน

      I think I showed everything in video to connect it.
      1 create node app and implement route use that route to call API

  • @nagaprakashnagu7596
    @nagaprakashnagu7596 6 หลายเดือนก่อน

    I GOT axios NETWORK ERROR ? PLEASE GIVE SOLUTION i tried three more time

  • @06-bhaveshrathod40
    @06-bhaveshrathod40 8 หลายเดือนก่อน

    getting errors Localhost refuse to connect i did everything same

  • @DanielAlves-im1np
    @DanielAlves-im1np ปีที่แล้ว

    Hello, Yousaf! You have a great channel, thanks a lot! I have frontend html+css+js file that I want to link to backend Java files, but this method uses jsx, can you please help me? It is really important for me

  • @ashanisuru3820
    @ashanisuru3820 ปีที่แล้ว

    If i input correct password i got "incorrect password" to my console how could that possible and can you tell me how to fix

  • @ashishdharmik8214
    @ashishdharmik8214 ปีที่แล้ว +2

    Where is source code man

  • @shobithps4258
    @shobithps4258 ปีที่แล้ว

    thank you very much :)

  • @Soulof8d
    @Soulof8d 7 หลายเดือนก่อน

    thank you bro :)

  • @ROHITSINGH-mn3lt
    @ROHITSINGH-mn3lt 20 วันที่ผ่านมา

    dont you think you need to provide source code as well.

  • @Yonatan2479
    @Yonatan2479 9 หลายเดือนก่อน +1

    where is the github source code????

  • @uiteach123
    @uiteach123 8 หลายเดือนก่อน

    I am using this mathod but cannot find data in user \

  • @Bharat-lz5lh
    @Bharat-lz5lh ปีที่แล้ว

    Very nice

  • @emmanuelomozuafo2364
    @emmanuelomozuafo2364 ปีที่แล้ว

    How do we add error message if the input is incorrect.

  • @Mangai-j7f
    @Mangai-j7f หลายเดือนก่อน

    Bro im a noobie to backend i know react and front end and firebase ....i have lot of doubts if i use python django framework should i create a rest api and then only i can connect react and django ryt...but if i use express mongo i dont need rest api ryt...i can simply do llke u did ..pls clear this doubt😢

    • @Mangai-j7f
      @Mangai-j7f หลายเดือนก่อน

      And bro I know front end ...but in the backend I have lot of confusions like how can I probably setup everything just tell what things I need to learn and how it must be used step by step as a short summary pls and pls clear doubt about rest api like when and where I need to use....pls pls pls no one helped me

  • @shwetaupadhyay432
    @shwetaupadhyay432 10 หลายเดือนก่อน

    getting Warning: The tag is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.
    i have updated my code still coming same warning. how can i resolve ? could you pleas help

    • @fosterasante3853
      @fosterasante3853 9 หลายเดือนก่อน

      I think you were trying to write but you mistakenly wrote .

  • @devsavvy9
    @devsavvy9 11 หลายเดือนก่อน

    Thank you very much❤❤

  • @fikrebereda
    @fikrebereda 4 หลายเดือนก่อน

    great man

  • @faizalam1893
    @faizalam1893 ปีที่แล้ว

    Well, do not inform the user that whether email/username or password is incorrect, just display Login Failed.

  • @akilaindrasena1245
    @akilaindrasena1245 ปีที่แล้ว +3

    put the code in the discription please

    • @codewithyousaf
      @codewithyousaf  ปีที่แล้ว +4

      Here you can find the source code link:
      codewithyousaf.blogspot.com/2023/06/login-and-registration-using-mern-stack.html

  • @prashant_kb
    @prashant_kb 4 วันที่ผ่านมา

    table is not creating

  • @aakashmane4451
    @aakashmane4451 9 หลายเดือนก่อน

    forgot to teach how to join backend and frontend using cors

  • @Techify_ninja
    @Techify_ninja 2 หลายเดือนก่อน +1

    If u r uploading something on youtube then please explain it instead of just writing it

  • @kumarabhishek3890
    @kumarabhishek3890 6 หลายเดือนก่อน

    where can i get the signup.jsx code please tell

  • @Itachi16-U
    @Itachi16-U 11 หลายเดือนก่อน

    Thank you bro,