Skip to content

deepaksh798/real-time-chat-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💬 MERN Socket.IO Chat Application

A real-time chat application built using the MERN stack (MongoDB, Express, React, Node.js) with Socket.IO for instant messaging.

Demo App

🚀 Features

  • 🔐 User authentication (JWT-based)
  • 💬 Real-time one-to-one chat
  • ⚡ Instant message delivery using Socket.IO
  • 🟢 Online/offline user status
  • 📜 Chat history stored in MongoDB
  • 📱 Responsive UI

🛠️ Tech Stack

Frontend

  • React
  • Zustand
  • Daisy UI
  • Socket.IO Client
  • TailwindCSS

Backend

  • Node.js
  • Express.js
  • MongoDB
  • Socket.IO

📂 Setup .env file

MONGODB_URI=...
PORT=...
JWT_SECRET=...

CLOUDINARY_CLOUD_NAME=...
CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...

NODE_ENV=...

Build the app

npm run build

Start the app

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors