Skip to content

balram2002/Chatix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

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
  • โณ And much more!

Setup .env file

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

Install dependencies

npm install

Build the app

npm run build

Start the app

npm start

Releases

No releases published

Packages

No packages published