Skip to content

Developed a real-time, responsive chat web application utilizing the MERN stack, featuring individual and group chat functionalities. Implemented the ability to create new groups, and add or remove members from them, with only the admin having these privileges.

Notifications You must be signed in to change notification settings

akshay2742/chat-app-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LetsChat

LetsChat is a Full Stack Chatting App. It stores user details in encrypted format in Mongo DB Database.

Tech Stack

Client: React JS

Server: Node JS, Express JS

Database: Mongo DB

How to run the project locally

Clone the project

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

Go to the project directory

  cd chat-app-mern

Install dependencies

  npm install
  cd frontend/
  npm install

Start the server in the root folder

  npm start

Start the Client

  //open now terminal
  cd frontend
  npm start

Features

Authenticaton

One to One chat

Search Users

Create Group Chats

View Other user Profile

About

Developed a real-time, responsive chat web application utilizing the MERN stack, featuring individual and group chat functionalities. Implemented the ability to create new groups, and add or remove members from them, with only the admin having these privileges.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published