https://fullstack-chat-app-tlqb.onrender.comA brief description of what this project does and who it's for
This project is does the following:
- 🌟 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
To run this project, you will need to add the following environment variables to your .env file
MONGODB_URI=...
PORT=5001
JWT_SECRET=...
CLOUDINARY_CLOUD_NAME=...
CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...
NODE_ENV=development
To deploy this project run
npm run deployTo build the app run
npm run buildTo start the app run
npm startIf you have any feedback, please reach out to us at ssuri2327@gmail.com