Skip to content

NikunjGarg2000/realtime-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realtime-chat-app

This is a Full Stack Realtime Chat App which enables you to chat one to one or to chat in groups.

Tech Stack

Client: React JS

Server: Node JS, Express JS

Database: Mongo DB

Realtime Messaging: Socket.io

Run Locally

Clone the project

  git clone https://github.com/NikunjGarg2000/realtime-chat-app.git

Go to the project directory

Install dependencies

  cd backend/
  npm install

In a new terminal

  cd frontend/
  npm install

Start the server

  npm run start

Start the Client

  //open new terminal
  cd frontend
  npm start

Features

Authenticaton

Chats Page

Search Users

Create Group Chat

See your profile and logout

Made By

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published