Chat Application using Node.js, Express, MongoDB, React.js, Socket.io and JWT i.e in MERN STACK. flow step by step
Code:
https://github.com/ankitkarna99/chat-cosey-front
https://github.com/ankitkarna99/chat-cosey-back
Subscribe: https://www.youtube.com/channel/UCVDoZcj26_FJ9BrpQWcfT7Q/featured
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.
This part includes creating login and registration endpoints.
This part includes authorization with JWT using custom middleware and creating chatroom endpoint creation.
This part includes setting up files necessary for the react application and building UI for three pages, and configuring react-router-dom.
This part linking the APIs to the backend for Login and Registration.
This part includes setting up socket.io for the client and the server and authenticating users using a socket.io middleware.
This part includes setting up socket.io in React and creating the UI for the chatroom.
This part includes setting up communicating socket.io between React UI and Node.js Server.
Ninth video in the series Chat Application using Node.js, Express, MongoDB, React.js, Socket.io and JWT i.e in MERN STACK. This part concludes the project.
Thanks for all your support.
#node.js #express #react #jwt #socket