Skip to content

Suman-sadhu-khan/Mern-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Hub

Chat-Hub is a Full Stack Chatting App. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.

Tech Stack

Client: React JS

Server: Node JS, Express JS

Database: Mongo DB

Demo

https://chat-hub-rghw.onrender.com/

Run Locally

Clone the project

  https://github.com/Suman-sadhu-khan/Mern-Chat-App.git

Go to the project directory

  cd Mern-Chat-App

Install dependencies

  npm install
  cd frontend/
  npm install

Start the server

  npm run start

Start the Client

  cd frontend
  npm start

Made By