Skip to content

nvlinh99/chat-hq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

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