Chat Application using MERN stack! Deployment link: https://chat-app-pe9w.onrender.com/login
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
PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...npm run buildnpm start