Skip to content

Riddhi12349/Chatify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

Chatify

Chatify 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

Website UI

Screenshot (2809)

Run Locally

Clone the project

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

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

  //open now terminal
  cd frontend
  npm start

Features

Authenticaton

Screenshot (2813) Screenshot (2811)

Real Time Chatting with Typing indicators

Screenshot (2814)

One to One chat

Screenshot (2816)

Search Users

Screenshot (2818)

Create Group Chats

image

Notifications

image

Add or Remove users from group

image

View Other user Profile

image

Made By

About

Chat web application build using MERN Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published