https://github.com/yashkolte/mychat
https://github.com/yashkolte/mychat
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashkolte/mychat
- Owner: yashkolte
- License: mit
- Created: 2025-01-23T18:06:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T04:19:55.000Z (5 months ago)
- Last Synced: 2025-01-24T05:20:42.584Z (5 months ago)
- Language: JavaScript
- Homepage: https://my-chat-psi-two.vercel.app
- Size: 781 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```