Fetch Data from Mongo DB and Show it to React using Node JS

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 51

  • @ApeWithHelmet
    @ApeWithHelmet Год назад +5

    Brother i swear on every god i love you mate... i swear my head was about to split open and i saw your video and it cleared the thing.... thanks mate

  • @manchanasaivamshi167
    @manchanasaivamshi167 Год назад +3

    hello, we need to create the model for the existing collection to fetch the documents from it, is it mandatory or is there any other way we can fetch the data from existing collection using mongoose.

  • @reynaldobocaling4200
    @reynaldobocaling4200 Год назад +3

    hello idol I've been a supporter for a long time, I would like to request that you create a react data table with a check box in the first column and the table has a filter and sorting using express + react js + mysql

  • @shubhamdas6519
    @shubhamdas6519 Год назад +3

    thanks for the video...sir

  • @SpadeyW
    @SpadeyW Год назад +1

    how can i implement the crud functionalities, so far eading is done

  • @aliuabdulmanaf353
    @aliuabdulmanaf353 10 месяцев назад +1

    i followed the syntax to install the app but i did not get the same as yours, you have the packages on both sides of the client and server folder but my own did not appear like that meanwhile i followed your syntax

  • @muhammadshahid444
    @muhammadshahid444 Год назад

    thanks sir your video help me a lot

  • @codingwithankit7619
    @codingwithankit7619 Год назад +1

    What is the use of cors module?

    • @codewithyousaf
      @codewithyousaf  Год назад

      Cross-origin resource sharing (CORS) allows AJAX requests to skip the Same-origin policy and access resources from remote hosts.

  • @karthikahdhanaraj6868
    @karthikahdhanaraj6868 Год назад +1

    good job bro, thank you!

  • @santoshmore2953
    @santoshmore2953 Год назад +1

    When its going to be completed?

  • @xgodo-com
    @xgodo-com 9 месяцев назад

    How to add server-side filtering?

  • @geofreybazar17
    @geofreybazar17 7 месяцев назад

    Sir how can I access the model if the schema was defined from other web app? But I have the same database. I just want to access my schema from different app to my new app. thanks

  • @namanrajput7686
    @namanrajput7686 11 месяцев назад

    how did u set the data of users and where in mongo db database.

  • @NithinR-e7s
    @NithinR-e7s Год назад +1

    After completing this code im not able to see the any output that loaclhost is blank
    Can u please help me out
    There is no error just im not able to see anything

    • @codewithyousaf
      @codewithyousaf  Год назад

      first check console if there was an error
      second sometimes we forget return statement

  • @albusdumbledore986
    @albusdumbledore986 Год назад +2

    ERROR
    users.map is not a function
    TypeError: users.map is not a function
    please help to solve this

    • @codewithyousaf
      @codewithyousaf  Год назад

      users is empty there is no data in users or that is not an array

  • @flurinsender
    @flurinsender Год назад +1

    grateful to have yousaf

  • @adarshvishwakarma1886
    @adarshvishwakarma1886 Год назад

    Please make a tutorial on how to make react search bar ❤

  • @fzkhan
    @fzkhan 9 месяцев назад

    Nice 👍👏

  • @therevealmusic
    @therevealmusic Год назад +1

    Nice work

  • @CodingflyM
    @CodingflyM Год назад +1

    thank you brother.

  • @edism235
    @edism235 Год назад +1

    Thank you! :)

  • @saranavinash9261
    @saranavinash9261 7 месяцев назад

    why did you run react on different port number and server on another port number, i used to run the server in a port number and define api's on that port number to route to static webpages using ejs, please explain clearly why did you do like that :)

    • @codewithyousaf
      @codewithyousaf  7 месяцев назад +1

      You know this is a common practice in development setups and there are reasons for that like: Separation of Frontend and Backend, Easy in testing, Good for CORS ...

    • @saranavinash9261
      @saranavinash9261 7 месяцев назад

      @@codewithyousaf Thanks for the reply, I wasn't sure whether you will respond or not, but you are great man, Thank you

  • @deepakyadav-od5kb
    @deepakyadav-od5kb 3 месяца назад

    Thank you sir

  • @Paresh_Sengal
    @Paresh_Sengal Год назад +2

    osm😍

  • @PrinceLonitoOpelinia
    @PrinceLonitoOpelinia Год назад

    thank yu for twhe woner ful code :)

  • @piratewizard7705
    @piratewizard7705 27 дней назад

    thankyou brother

  • @sambotsector101
    @sambotsector101 6 месяцев назад

    THANK YOU!!
    CAN YOU PLEASE SHARE A SOURCE CODE ?

  • @Roozikhan565
    @Roozikhan565 Год назад +2

    ❤❤

  • @NaveenKumar1618-j6u
    @NaveenKumar1618-j6u Год назад

    What is inside test folder

  • @NFD-SCHOOLER
    @NFD-SCHOOLER 11 месяцев назад +1

    Uncaught TypeError: users.map is not a function

  • @Kannada-coder
    @Kannada-coder Год назад +1

    How to create scheme

  • @developerrohit
    @developerrohit 5 месяцев назад

    thank you

  • @gunjangoyal248
    @gunjangoyal248 10 месяцев назад

    i m getting an empty array as a result, can anyone please help

  • @adarshvishwakarma1886
    @adarshvishwakarma1886 Год назад +1

    Res.json is not function error helppppp

    • @codewithyousaf
      @codewithyousaf  Год назад

      no data in res fetch the data correctly from server side.

    • @adarshvishwakarma1886
      @adarshvishwakarma1886 Год назад +1

      @@codewithyousaf ty I got the error
      (res, req) 💀
      Now done it's (req, res)

    • @adarshvishwakarma1886
      @adarshvishwakarma1886 Год назад +1

      @@codewithyousaf one more help I want my css only style on imported file but css applied on all my file what i do now

    • @codewithyousaf
      @codewithyousaf  Год назад

      @@adarshvishwakarma1886 classes should be unique or use css modules

    • @menmozhib4022
      @menmozhib4022 8 месяцев назад

      Your video are very useful for beginners.you explanation are so clear.
      Can you teach student Task submission portal in mern stack project

  • @KowsalyaDevi-mk4we
    @KowsalyaDevi-mk4we 2 месяца назад

    Bro there is no error but the data not showing in output

  • @iRafi077
    @iRafi077 9 месяцев назад

    Love you

  • @pcadvanture
    @pcadvanture 9 месяцев назад +1

    1 issue

  • @khai-vq5hn
    @khai-vq5hn Год назад

    you available?