A simple chat app build on MERN stack
✨ 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 server and client side
git clone https://github.com/milan-sony/ChatApp.git
node version: >=18.0.0 <22.11.0
npm version: >=8.0.0 <10.9.0
npm install
Under the root directory make a file named .env
VITE_APP_API_URL = http://localhost:3000/api/v1
npm run dev