Skip to content

This project involves building a real-time chat application using the MERN stack. It enables real-time communication with features like JWT authentication and real-time messaging.

Notifications You must be signed in to change notification settings

ubednama/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Chat App | Socket.io

Tech stack

MERN + Socket.io + TailwindCSS + Daisy UI

Demo App

Check App here

Demo Credentials

Username: daisydoe
Password: Daisydoe@8

Some Features:

  • Authentication & Authorization with JWT
  • Real-time messaging with Socket.io
  • Online user status (Socket.io and React Context)
  • Global state management with Zustand
  • Error handling both on the server and on the client
  • Responsive UI
  • Pretty much everything that IM has
  • And much more!

Setup .env file

PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...

Build the app

npm run build

Start the app

npm start

About

This project involves building a real-time chat application using the MERN stack. It enables real-time communication with features like JWT authentication and real-time messaging.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published