Skip to content

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

Notifications You must be signed in to change notification settings

Nandudumare/MERN-CHAT-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application


Chat refers to the process of communicating, interacting and/or exchanging messages over the Internet. It involves two or more individuals that communicate through a chat-enabled service or software.

Chat Application 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

Features


Authenticaton

Real Time Chatting with Typing indicators

One to One chat

Search Users

Create Group Chats

Notifications

Add or Remove users from group

View Other user Profile

Run Locally

Clone the project

  git clone https://github.com/Nandudumare/MERN-CHAT-APP.git

Go to the project directory

  cd MERN-CHAT-APP

Install dependencies

  cd client/
  npm install
  cd server/
  npm install

Start the server

  cd server/
  npm run dev

Start the Client

  cd client/
  npm start

Made By

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published