- 🌟 Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI
- 🎃 Authentication & Authorization with JWT
- 👾 Real-time messaging with Socket.io
- 🚀 Online user status
- 👌 Global state management with Zustand
- 🐞 Error handling both on the server and on the client
- ⭐ At the end, Deployment like a pro for FREE!
- ⏳ And much more!
- User Authentication: Secure login and registration using JWT authentication.
- Real-time Chat: Instant messaging powered by Socket.io.
- Online Status Tracking: Displays live user status updates.
- Message Persistence: Stores chat history using MongoDB.
- Media Sharing: Users can send images and files via Cloudinary integration.
- Global State Management: Manages application state efficiently with Zustand.
- Responsive UI: Modern and mobile-friendly interface using TailwindCSS and Daisy UI.
- Error Handling: Robust error management on both client and server.
- Free Deployment: Guide to deploy the application at no cost.
MONGODB_URI=...
PORT=5001
JWT_SECRET=...
CLOUDINARY_CLOUD_NAME=...
CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...
NODE_ENV=developmentgit clone https://github.com/your-username/your-repo.git
cd your-reponpm install
cd client && npm installcd client
npm run buildnpm run servercd client
npm start