https://github.com/bkarthik7/chitchat
ChitChat - Realtime Chat App
https://github.com/bkarthik7/chitchat
Last synced: 4 months ago
JSON representation
ChitChat - Realtime Chat App
- Host: GitHub
- URL: https://github.com/bkarthik7/chitchat
- Owner: BKarthik7
- Created: 2025-03-06T14:13:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T13:22:48.000Z (8 months ago)
- Last Synced: 2025-03-07T14:27:14.284Z (8 months ago)
- Language: JavaScript
- Homepage: https://chitchat-79qv.onrender.com/
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ ChitChat - Realtime Chat App ✨
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 on Render!
- ⏳ 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
```