https://github.com/khemssharma/chat-app
Complete Full Stack Chat Application
https://github.com/khemssharma/chat-app
chat-application socket-io
Last synced: about 1 month ago
JSON representation
Complete Full Stack Chat Application
- Host: GitHub
- URL: https://github.com/khemssharma/chat-app
- Owner: khemssharma
- License: mit
- Created: 2024-11-24T12:52:31.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-03-03T11:13:24.000Z (3 months ago)
- Last Synced: 2025-03-03T11:39:38.391Z (3 months ago)
- Topics: chat-application, socket-io
- Language: JavaScript
- Homepage: https://chat-app-six-cyan-14.vercel.app
- Size: 1.54 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# ✨ Full Stack Realtime Chat App ✨

[Video Tutorial on Youtube](https://youtu.be/ntKkVrQqBYY)
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
```js
MONGODB_URI=...
PORT=5001
JWT_SECRET=...CLOUDINARY_CLOUD_NAME=...
CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...NODE_ENV=development
```### Build the app
```shell
npm run build
```### Start the app
```shell
npm start
```