Skip to content

Khanishsuresh/Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Stack Project: Real Time Chat Application | JWT, Socket.io

Some Features:

  • Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI
  • Authentication && Authorization with JWT
  • Real-time messaging using Socket.io
  • Online user status (Socket.io and React Context)
  • Error handling both on the server and on the client
  • And much more!

Setup .env file

MONGO_DB_URI=...
JWT_SECRET=...

Build the app

npm run build

Start the frontend

cd frontend
npm run dev

Start the backend

cd backend
npm run server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published