Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.07 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.07 KB

Real-Time Chat App | Socket.io

Tech stack

MERN + Socket.io + TailwindCSS + Daisy UI

Demo App

Check App here

Demo Credentials

Username: daisydoe
Password: Daisydoe@8

Some Features:

  • 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
  • Responsive UI
  • Pretty much everything that IM has
  • And much more!

Setup .env file

PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...

Build the app

npm run build

Start the app

npm start