Skip to content

thomson0313/mern-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Talk-A-Tive

Talk-a-tive is a Full Stack Chatting App by using MERN Stack. 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-mern-app.vercel.app/

Run Locally

Clone the project

  git clone https://github.com/thomson0313/mern-chat-app

Go to the project directory and Install dependencies

  cd mern-chat-app/frontend
  npm install
  cd mern-chat-app/backend
  npm install

Start the server

  npm run server

Start the Client

  npm start

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

Made By