#1: Setup - Chat Application using Node.js, Express, MongoDB, React.js, Socket.io and JWT

Поделиться
HTML-код
  • Опубликовано: 26 дек 2024
  • First video in the series Chat Application using Node.js, Express, MongoDB, React.js, Socket.io and JWT i.e in MERN STACK. This part includes setting up files necessary for the process i.e. creating some models and project structure.
    Playlist: • Chat Application using...
    Code:
    github.com/ank...
    github.com/ank...
    #mern #node.js #socket #express #react #chat #authentication #jwt #authorization

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

  • @westwood1937
    @westwood1937 4 года назад

    This is the most clear tutorial on IM using MERN stack I've ever seen!

    • @ankitkarna_dev
      @ankitkarna_dev  4 года назад +1

      Thanks bud. Really appreciate the support.

  • @rishabhmishra9161
    @rishabhmishra9161 4 года назад +10

    One suggestion, always try to showcase what we end up building after completing the series of video. It gives a broad idea of things and personally I prefer to know what I am building.....
    Thanx

    • @ankitkarna_dev
      @ankitkarna_dev  4 года назад +1

      Sure brother. Nice suggestion. Appreciate it.

  • @abhijoshi1501
    @abhijoshi1501 4 года назад

    Great tutorial. Happy to see fellow Nepalese content creators creating such fine tutorials. I was exactly looking for something of this sorts for my web app.

  • @monarch0243
    @monarch0243 3 года назад

    This is soooo Underrated
    few more improvements like other comments said and then you gonna blow up!!
    Thank you

  • @CodeWithSajjan
    @CodeWithSajjan 4 года назад +1

    Great video waiting for more videos 🙂

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

    Error: Cannot find module '/opt/render/project/src/start'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:889:15)
    at Function.Module._load (internal/modules/cjs/loader.js:745:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
    at internal/main/run_main_module.js:17:47 {
    code: 'MODULE_NOT_FOUND',
    requireStack: []
    }
    BRO i am getting this error while deploying to server i think this is happening becauase of node version can you tell me which version you have used in NODE

  • @sudhakarans879
    @sudhakarans879 4 года назад

    hello sir I Got this error [ Mongoose Connection ERROR: failed to connect to server [localhost:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017]
    now what I want do now ?

  • @ujjwaljain9780
    @ujjwaljain9780 3 года назад +1

    sir pls give GitHub link how we can get errorHandle.js file content
    description link is also not working
    pls reply

    • @ankitkarna_dev
      @ankitkarna_dev  3 года назад

      Sorry guys, here are the links to the code.
      github.com/ankitkarna99/chat-cosey-front
      github.com/ankitkarna99/chat-cosey-back

  • @buikhacngoc456
    @buikhacngoc456 4 года назад

    Wow, Thank you
    Seasoned Bytes

  • @hnguyen336
    @hnguyen336 4 года назад +1

    Not sure if I missed it but is there a way you can show us the finished product? That way I know how it'll look before I jump into this. Thank you.

  • @РусланЮсуфов-ф3ш
    @РусланЮсуфов-ф3ш 4 года назад +6

    Hello! Thanks for the tutorials!
    I would like to advise you: at the beginning of the course, you connect Mongodb locally, but you don’t show how to do it, but this is a rather difficult stage for beginners because of this, some beginners can skip the rest of the videos because they could not configure everything. I think it would be better to show a minute excerpt on how to connect a remote database, which is a faster and easier way

    • @ankitkarna_dev
      @ankitkarna_dev  4 года назад +4

      Ahh yes. Since it is a MERN stack tutorial. I assumed that people know about it. Yet adding in an extra video won't hurt. Thanks for the suggestion.

    • @anonymoustv8604
      @anonymoustv8604 3 года назад

      If you're a beginner, DON'T start with a tutorial on MERN Stack. It's as simple as that.

    • @dondregon5795
      @dondregon5795 3 года назад +1

      @@ankitkarna_dev did you add the mongo video?

    • @Vado
      @Vado 3 года назад

      @@dondregon5795 i think he didn't, i was just looking for that haha

    • @jereson
      @jereson 2 года назад

      Anyone who is thinking of adding chat functionality to his or her code should have known how to connect mongoose

  • @albert_e6371
    @albert_e6371 3 года назад

    Hi @SeasonedBytes, i encountered some issues from the beginning. When i run npm start on the terminal it does not show me the command like Mongodb connection is successful, something like that. What should i do?

    • @ankitkarna_dev
      @ankitkarna_dev  3 года назад +1

      Seems like you forgot to add script in the package json. You can look at the final code from the last video.

  • @sudhakarans879
    @sudhakarans879 4 года назад

    hello sir I Got this error[Error: Cannot find module 'C:\chat-coesy\server.js'] now what I want do now ?

    • @ankitkarna_dev
      @ankitkarna_dev  4 года назад

      Maybe you don't have server.js. Download the code from GitHub to be on the safe side. Link in the last video of the channel.

    • @sudhakarans879
      @sudhakarans879 4 года назад

      @@ankitkarna_dev thank you sir

  • @muhammadahmadali8111
    @muhammadahmadali8111 3 года назад

    dude i am having error : TypeError: app.use() requires a middleware function

    • @ankitkarna_dev
      @ankitkarna_dev  3 года назад

      Maybe the error is correct you are not using a middleware function in app.use

  • @kaal_bhairav_24
    @kaal_bhairav_24 3 года назад

    @Seasoned Bytes your site is not working
    can you post the github link here
    I want to star your repo

  • @0Xmo
    @0Xmo 3 года назад +1

    where the code bro, The link does not work

    • @ankitkarna_dev
      @ankitkarna_dev  3 года назад

      Sorry guys, here are the links to the code.
      github.com/ankitkarna99/chat-cosey-front
      github.com/ankitkarna99/chat-cosey-back

  • @achmadhisyam3254
    @achmadhisyam3254 3 года назад

    HELLO, I LIKE YOUR TUTORIAL, But before you All started the CSS File on the #4 Video was missing and the author didn't upload the file again.

    • @ankitkarna_dev
      @ankitkarna_dev  3 года назад

      Sorry guys, here are the links to the code.
      github.com/ankitkarna99/chat-cosey-front
      github.com/ankitkarna99/chat-cosey-back

  • @shashidharreddy1624
    @shashidharreddy1624 3 года назад

    Hi, your website is down. can you please share your article through any other medium.

    • @ankitkarna_dev
      @ankitkarna_dev  3 года назад

      Sorry guys, here are the links to the code.
      github.com/ankitkarna99/chat-cosey-front
      github.com/ankitkarna99/chat-cosey-back

  • @sail_sail30
    @sail_sail30 4 года назад

    kada cha ta ankit

  • @מעוזשכטמן
    @מעוזשכטמן 3 года назад

    Hello, the link for your code and your website is broken.. do you have a github link or link to your new websiste?

    • @ankitkarna_dev
      @ankitkarna_dev  3 года назад

      Sorry guys, here are the links to the code.
      github.com/ankitkarna99/chat-cosey-front
      github.com/ankitkarna99/chat-cosey-back

  • @grandpaK420
    @grandpaK420 3 года назад

    Hello Sir, is your site down? I can't reach out for the code.. If you have the git repo link can you please send it?

    • @ankitkarna_dev
      @ankitkarna_dev  3 года назад

      Please check the description of last video in playlist

    • @santoshkumar-ow2wk
      @santoshkumar-ow2wk 3 года назад

      Did you get the github link? Its not there in the last video of the playlist.

    • @grandpaK420
      @grandpaK420 3 года назад

      @@santoshkumar-ow2wk nope lol

    • @ankitkarna_dev
      @ankitkarna_dev  3 года назад

      Sorry guys, here are the links to the code.
      github.com/ankitkarna99/chat-cosey-front
      github.com/ankitkarna99/chat-cosey-back

  • @vanthuanluong9398
    @vanthuanluong9398 4 года назад +1

    what do I need to install beforehand?

  • @yaredweldegebrial4486
    @yaredweldegebrial4486 3 года назад

    Github link please ?
    Thank you.

    • @ankitkarna_dev
      @ankitkarna_dev  3 года назад

      It is in the last video of the playlist.

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

    your voice is a bit low and I gotta turn up the volume relatively but ended up
    my ears got burst every time the video got played in the list
    since the background music in the beginning is way way too loud

  • @subramanyak6187
    @subramanyak6187 3 года назад +1

    Bro your website is not loading bro.

    • @ankitkarna_dev
      @ankitkarna_dev  3 года назад

      Sorry guys, here are the links to the code.
      github.com/ankitkarna99/chat-cosey-front
      github.com/ankitkarna99/chat-cosey-back

    • @subramanyak6187
      @subramanyak6187 3 года назад

      @@ankitkarna_dev Thanks a lot Bro💕💕💕💕💕

  • @timzeynalov3537
    @timzeynalov3537 3 года назад

    where is demo of a project lol

  • @alzahid4707
    @alzahid4707 3 года назад

    Stupid intro sound.