Skip to content

Latest commit

Β 

History

History
38 lines (27 loc) Β· 626 Bytes

File metadata and controls

38 lines (27 loc) Β· 626 Bytes

Highlights:

  • 🌟 Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI
  • πŸŽƒ Authentication && Authorization with JWT
  • πŸ‘Ύ Real-time messaging with Socket.io
  • πŸš€ Online user status
  • πŸ‘Œ Global state management with Zustand
  • 🐞 Error handling both on the server and on the client
  • ⭐ At the end Deployment like a pro for FREE!
  • ⏳ And much more!

Setup .env file

MONGODB_URI=...
PORT=5001
JWT_SECRET=...

CLOUDINARY_CLOUD_NAME=...
CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...

NODE_ENV=development

Build the app

npm run build

Start the app

npm start