/chat-hq

Chat application in MERN Stack

Primary LanguageJavaScript

CHAT HQ

  • An app which allows users can chat with each other in real time, opening chat rooms.
  • This project is covered with Node.js, React.js, Express.js, MongoDB, Socket.io, JWT Authentication for routes and sockets

Demo

Installation

Clone this repo

Server

  • Config .env from sample.env
  • Run npm install
  • Run npm run dev

Client

  • After run server.
  • Run npm run start to start client
  • Register 2 accounts and chat =))))