Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 589 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 589 Bytes

MERN Stack Project: Real Time Chat

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

Setup .env file

PORT=
MONGO_DB_URI=
JWT_SECRET=
NODE_ENV=

PS: don't add NODE_ENV in production environment variable

Build the app

npm run build

Start the app

npm start