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)
- Global state management with Redux Toolkit
- Error handling both on the server and on the client
PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...npm run buildnpm start