Real-time Chat App - 1 Authentication APIs in Node.js | React, Node.js and Socket.io

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

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

  • @VikramKumar-sw5gh
    @VikramKumar-sw5gh Год назад +4

    genius! explaining in a wonderful way.. i'm subscribing you.. i found a lot of videos related react and node full stack. no one at your level!

  • @adityahansraj3765
    @adityahansraj3765 2 месяца назад

    Just the perfect playlist for me... I have been searching for a simple chat application using socket & react.... this is just perfect ! thanks bro for this course !

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

    This | is called a pipe. The double pipe operator ( || ) is the logical OR operator.
    Thanks for the video!

  • @potantirittisak8494
    @potantirittisak8494 4 месяца назад

    Thank you! You're incredible at explaining every terms it's so helpful!

  • @KamleshKumar-rj4re
    @KamleshKumar-rj4re Год назад +2

    Thanks a lot brother.. the way you are explaining it, wow!!!!!

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

    Thanks a lot, it is really helpful for study :)

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

    Thank u brotha

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

    Thank you brother love your videos

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

    Env url is undefined error came how to solve it

  • @front-endinfo
    @front-endinfo Год назад

    connect your app this came out what to do ????

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

    it so hard to me

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

    awesome

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

    Hey guys i had an issues where i can create only one login user and it finds still one user and i cant create more users or login i am using postgresql instead of mongo db and sequalize

    • @jessenwaokolo942
      @jessenwaokolo942 4 месяца назад

      If you can paste your code.... It'll help

  • @oussamaayad-i4x
    @oussamaayad-i4x 7 месяцев назад

    atlas mongodb ?

  • @meed-w5p
    @meed-w5p 11 месяцев назад

    I like your way to write the code

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

    Thank you very Much bro,

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

    👏👍

  • @front-endinfo
    @front-endinfo Год назад

    Cannot GET /api/users/register what to do

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

      Bro in post man change request from GET to POST it will work

  • @front-endinfo
    @front-endinfo Год назад

    Cannot GET /api/users/register what to do

    • @meed-w5p
      @meed-w5p 11 месяцев назад

      You shouldn't search "localhost:3002/api/users/register" because in the browser the default method is GET and in our case is POST

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

      You found it ?

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

      Thoroughly check your code you might made a mistake in router.get instead of router.post
      Or there may be any spelling mistakes

    • @front-endinfo
      @front-endinfo 10 месяцев назад

      Okay @@mindplus4917