Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 633 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 633 Bytes

MERN Stack Project: Real Time Chat Application | JWT, Socket.io

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!

Setup .env file

MONGO_DB_URI=...
JWT_SECRET=...

Build the app

npm run build

Start the frontend

cd frontend
npm run dev

Start the backend

cd backend
npm run server