Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 528 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 528 Bytes

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 =))))