Some Features:
- Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI
- Authentication && Authorization with JWT
- Real-time messaging using Socket.io
- Online user status (Socket.io and React Context)
- Error handling both on the server and on the client
- And much more!
MONGO_DB_URI=...
JWT_SECRET=...
npm run build
cd frontend
npm run dev
cd backend
npm run server