Skip to content

pushpitjain2006/CHAT_APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Chat App | JWT, Socket.io

Screenshot 2024-12-06 at 12 31 Background Removed 07 PM

Some Features:

  • Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI
  • 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

Setup .env file

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

Start the frontend

cd frontend
npm install
npm run dev

Start the Backend

cd ../backend
npm install
node server.js

Now visit http://localhost:3000/ to use the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published