Highlights:
- ๐ 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
MONGODB_URI=...
PORT=5001
JWT_SECRET=...
CLOUDINARY_CLOUD_NAME=...
CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...
NODE_ENV=developmentnpm run buildnpm start


