In-Depth MERN Tutorial: Building a Bookstore Management System with MongoDB, Express, React, Node.js

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 88

  • @andreavicari2159
    @andreavicari2159 11 місяців тому +3

    I followed a lot of your courses, always good contents 👏👏👏 next i will follow this one. Keep on, you are doing a precious work.. Many thanks 👌🙏🙏🙏

  • @sarfarazansari9053
    @sarfarazansari9053 4 місяці тому +1

    Thank you Sir... Me too completed successfully by doing it together... It really helped me... Appreciate you you effort...Thanks a lot

    • @RahulKumar-pg8wj
      @RahulKumar-pg8wj 4 місяці тому

      When I login for admin and student nothing is happening it is showing admin not registered in console can you plz help me or send me your GitHub repository

  • @ganeshj1065
    @ganeshj1065 10 місяців тому +3

    Thanks ❤ sir i successfully completed this project by watching your video✨
    Feedback: good content great effort ✨,
    But in my opinion this project will be difficult for beginners who are doing their ,1st or 2nd project as this project and
    Do some small project and then jump into this video you will definitely complete this without a error 👍🏻👍🏻

  • @vividmilan9175
    @vividmilan9175 11 місяців тому +2

    Good content, please don't stop posting, Teach firebase and other advanced stuffs ♥🔥✨

  • @alainmajamu4933
    @alainmajamu4933 8 місяців тому +1

    thank you for helping me link my frontend to the backend, very encouraging

  • @oktayaltunkaya9019
    @oktayaltunkaya9019 9 місяців тому +2

    keep continue thanks a lot

  • @niteshprajapat7918
    @niteshprajapat7918 11 місяців тому +1

    Loved this 🔥🔥

  • @CarlosTello-m8h
    @CarlosTello-m8h 3 місяці тому

    great video

  • @oktayaltunkaya9019
    @oktayaltunkaya9019 9 місяців тому

    you doing very well, can u also make more complex project pleas

  • @_a.n.k.u_07
    @_a.n.k.u_07 10 місяців тому +5

    I am also unable to connect mongodb, I can't see the database name in database... Please explain 👀🥹

    • @jumbo999614
      @jumbo999614 3 місяці тому

      Did you fix the problem?

  • @jamalmakaveli2966
    @jamalmakaveli2966 11 місяців тому +1

    Is it possible to add a register/signup for that code?

  • @akhilakhil2754
    @akhilakhil2754 Місяць тому

    Have use html in this?? Or only Css??

  • @humairakhan9443
    @humairakhan9443 9 місяців тому +1

    57:48 at this moment...m not able to get past it. I have followed each and every step of yours. But this error is not resolving in mine.

    • @codewithyousaf
      @codewithyousaf  9 місяців тому

      the dropdown default value should be admin. it will solve otherwise you should press it admin again like I did. If you need code I paste the link of repository.

    • @ankushkumar1105
      @ankushkumar1105 5 місяців тому

      mera tho admin login nhi lee rha...kaise thik kiye

  • @RidersWant-qs9cz
    @RidersWant-qs9cz 11 місяців тому +2

    is it a complete project? Can i use this for final cse year

    • @codewithyousaf
      @codewithyousaf  11 місяців тому

      It will be completed If you can add other module also like student borrow, student management some other modules search for that.

  • @asher46
    @asher46 5 місяців тому +1

    can you make a video where students can get issued by books themselves in this website

    • @YeabsiraAychiluhim
      @YeabsiraAychiluhim 5 місяців тому

      Thank you so much for your explanation 👍keep up it👍👍👍

  • @swathimeenal1459
    @swathimeenal1459 9 місяців тому

    Sir in student page while showing book read option should given and while clicking it pdf file of book should get opened i.e while adding book details by admin , pdf file of book should get added to the Represented book and in student book page if we click read button of Represented book the pdf of that book should get opened, how to achieve this idea

  • @atharvalakhamade2126
    @atharvalakhamade2126 8 місяців тому +1

    i am confused when did you set the password for admin. or you just set when logged in

    • @jumbo999614
      @jumbo999614 4 місяці тому

      He created it when he ran this command "node seed.js"
      inside seed.js there are lines of code to create admin user and admin password.

  • @johnrobertreyes4450
    @johnrobertreyes4450 9 місяців тому

    Do you also have employee management system?

  • @saqibameer3975
    @saqibameer3975 8 місяців тому +1

    ImageUrl is saved in mongodb but not display the image through

    • @codewithyousaf
      @codewithyousaf  8 місяців тому

      did you write this line app.use(express.static('public'))

    • @saqibameer3975
      @saqibameer3975 8 місяців тому

      @@codewithyousaf thanks for your help i have already resolved this issue url of image was wrong

  • @jumbo999614
    @jumbo999614 3 місяці тому

    Please help.
    I can login when I'm using only localhost.
    If I use other pc/mobile on local network, I can't login.
    When I click on login button, nothing happens.
    error "blocked by CORS"

  • @tuffelshaikh1197
    @tuffelshaikh1197 10 місяців тому +5

    I am unable to connect mongodb, I can't see the database name in database

    • @mdwaquarazam2026
      @mdwaquarazam2026 7 місяців тому +1

      Same here if you have corrected it please guide

  • @zeinapissagaliyeva7336
    @zeinapissagaliyeva7336 7 місяців тому +2

    when i tried to do login api and enter as admin, it doesnt work(

    • @jumbo999614
      @jumbo999614 4 місяці тому

      const handleSubmit = async (e) => {
      e.preventDefault();

      await axios.post('localhost:3001/student/register', {roll, username, password, grade }, { withCredentials: true})
      .then( res=> {
      if(res.data.registered)
      {
      navigate('/dashboard');
      }
      console.log(res);
      }
      )
      .catch(
      err=> console.log(err)
      );
      add { withCredentials: true } for every axios. I also add async on the function await just before axios.
      I don't know if it's necessary but it works anyway.

    • @jumbo999614
      @jumbo999614 3 місяці тому

      Are you trying to login on mobile phone?
      I have the same problem.
      I can only login when I'm using PC.

  • @wawamzing
    @wawamzing 7 місяців тому +1

    hello sir, i am having a trouble in student login, i cant login in student it is not working, i follow the step but it is not working. can you please help me

    • @codewithyousaf
      @codewithyousaf  7 місяців тому

      github.com/YousafKhan1/MERN-Stack/tree/main/Book%20Store%20MS%20using%20MERN%20Stack

  • @prasannas439
    @prasannas439 10 місяців тому

    We have two tables then how to get results in without sql

  • @wawamzing
    @wawamzing 7 місяців тому +1

    Hello sir, how can i add a new admin?

    • @wawamzing
      @wawamzing 7 місяців тому

      like how can i register new admin?

    • @jumbo999614
      @jumbo999614 3 місяці тому

      @@wawamzing You can manually add it in MongoDB.
      Which MongoDB are you using? Online service or Compass?

  • @NISHA-nn5jj
    @NISHA-nn5jj 5 місяців тому

    do you have github repository? please provide the link

  • @מתניהאביחי
    @מתניהאביחי 6 місяців тому

    when i, logging in the proteted routs to the admin and than add student its 505 when im adding student without log its write the invalid admin so in sumery i have bug when im log to admin and than add student can u help me?

  • @LearnWithBuddha473
    @LearnWithBuddha473 8 місяців тому

    sir i am saving image url but image is not showing why ?

  • @dhanagaming69
    @dhanagaming69 7 місяців тому +1

    bro if u dont mind can we get github link where we can access code and make a project can u please

    • @codewithyousaf
      @codewithyousaf  7 місяців тому

      github.com/YousafKhan1/MERN-Stack/tree/main/Book%20Store%20MS%20using%20MERN%20Stack

  • @asher46
    @asher46 6 місяців тому +2

    what is the password u use for admin

    • @aswin_nadh
      @aswin_nadh 6 місяців тому

      adminpassword

    • @srigayathiri2534
      @srigayathiri2534 4 місяці тому

      ​@@aswin_nadh This too not working! What to do now.

  • @RahulKumar-pg8wj
    @RahulKumar-pg8wj 4 місяці тому +1

    When I login for admin and student nothing is happening i have used your source code

    • @codewithyousaf
      @codewithyousaf  4 місяці тому

      check the login function where it should navigate

    • @RahulKumar-pg8wj
      @RahulKumar-pg8wj 4 місяці тому

      I checked when I clicked the login button it is showing in network tab in response admin not registered

    • @RahulKumar-pg8wj
      @RahulKumar-pg8wj 4 місяці тому

      And also same for student

  • @humairakhan9443
    @humairakhan9443 9 місяців тому

    I am not able to login as a student... earlier issue was resolved....now i am encountering new one...i have cross checked all the related code..for debugging i tried to print msgs in console even that is not working.. it's like when i try to login as a student..no action takes place. No navigation nothing... help please

    • @humairakhan9443
      @humairakhan9443 9 місяців тому +2

      It's okay..issue resolved!!!!🙄😅

    • @wawamzing
      @wawamzing 7 місяців тому

      hellow i cant login as a student too, how did you fix it, can you please help me? :

  • @Programingwithsuresh
    @Programingwithsuresh 4 місяці тому

    send me the front end code or video of this app store book

  • @Roozikhan565
    @Roozikhan565 11 місяців тому +1

    ❤❤😊

  • @ganeshj1065
    @ganeshj1065 10 місяців тому +1

    Any one completed this project?,its working well?

    • @ganeshj1065
      @ganeshj1065 10 місяців тому

      ​​​@@anku3938 bro im in 1:56:38 till now every thing is running smooth

    • @ganeshj1065
      @ganeshj1065 10 місяців тому

      ​@@anku3938your facing error after this?

    • @Ramofficciall
      @Ramofficciall 8 місяців тому

      yes

    • @Engineer-Wala
      @Engineer-Wala 7 місяців тому

      @@Ramofficciall how can i add new admin

    • @Shafiqurrehman-hg4ff
      @Shafiqurrehman-hg4ff 4 місяці тому

      @@Ramofficciall can you give me source code link

  • @GunasreeMuddangula
    @GunasreeMuddangula 10 місяців тому

    Sir can you please provide the source code link.

    • @codewithyousaf
      @codewithyousaf  10 місяців тому

      github.com/YousafKhan1/MERN-Stack/tree/main/Book%20Store%20MS%20using%20MERN%20Stack

    • @GunasreeMuddangula
      @GunasreeMuddangula 10 місяців тому

      ​@@codewithyousaf Thank you sir.... 😊

  • @beeeeep6368
    @beeeeep6368 Місяць тому

    Can u send the source code?

  • @susilkumar1354
    @susilkumar1354 11 місяців тому +2

    please upload source code

    • @codewithyousaf
      @codewithyousaf  10 місяців тому +1

      github.com/YousafKhan1/MERN-Stack/tree/main/Book%20Store%20MS%20using%20MERN%20Stack

    • @susilkumar1354
      @susilkumar1354 10 місяців тому

      @@codewithyousaf thank you bro

  • @ganeshj1065
    @ganeshj1065 10 місяців тому

    Can u please attach the source code
    ❤🙏🏻

    • @codewithyousaf
      @codewithyousaf  10 місяців тому +1

      github.com/YousafKhan1/MERN-Stack/tree/main/Book%20Store%20MS%20using%20MERN%20Stack

    • @ganeshj1065
      @ganeshj1065 10 місяців тому

      @@codewithyousaf and thanks sir i almost completed 80%(balance edit and delete book) of the project by seeing your video ♥️♥️👍🏻and i did some changes in style to make it unique
      Once i completed the Full project i will do comment and my feedback sir thank you 😌👍🏻

    • @binishabhattarai8895
      @binishabhattarai8895 8 місяців тому

      Sir is there crud used in this project ​@@ganeshj1065

  • @alihassanhaji2830
    @alihassanhaji2830 11 місяців тому +3

    The Source Code please 🙌🙌🙌😊

    • @codewithyousaf
      @codewithyousaf  10 місяців тому +1

      github.com/YousafKhan1/MERN-Stack/tree/main/Book%20Store%20MS%20using%20MERN%20Stack

    • @chinnaramya4086
      @chinnaramya4086 7 днів тому

      Thankyou sir🎉

  • @ManishKumar-uy4yp
    @ManishKumar-uy4yp 10 місяців тому +3

    I am unable to connect mongodb, I can't see the database name in database ..

    • @codewithyousaf
      @codewithyousaf  10 місяців тому +1

      You are using MongoDB compass or online

    • @engineering_council321
      @engineering_council321 10 місяців тому

      ​@@codewithyousafmongodb compass

    • @anku3938
      @anku3938 10 місяців тому +1

      ​@@codewithyousafMongoDB compass bro...
      But now it's connected..but then cookies does not store the tokens...please reply...

    • @codewithyousaf
      @codewithyousaf  10 місяців тому +1

      @@anku3938
      Server side - CORS({origin, credential})
      Front-end: Axios.defaults.withCredentals = true

    • @codewithyousaf
      @codewithyousaf  10 місяців тому +1

      @@anku3938 github.com/YousafKhan1/MERN-Stack/tree/main/Book%20Store%20MS%20using%20MERN%20Stack