
Some Features:
- Tech Stack: MERN (MongoDB, Express, React, Node.js) + Socket.io + TailwindCSS + DaisyUI
- Authentication & Authorization: Secure user authentication using JWT
- Real-Time Messaging: Instant communication powered by Socket.io
- Online User Status: Presence detection with Socket.io and React Context
- Global State Management: Efficient state handling with Zustand
- Robust Error Handling: Comprehensive error management on both client and server sides
#Setup .env file in /backend
PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...