You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# β¨ 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
```
# Chat-App