https://github.com/mini-gear/realtime-chat-app-react-fullstack
https://github.com/mini-gear/realtime-chat-app-react-fullstack
express full-stack reactjs realtime websocket
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mini-gear/realtime-chat-app-react-fullstack
- Owner: mini-gear
- License: mit
- Created: 2025-02-04T07:47:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T02:33:19.000Z (over 1 year ago)
- Last Synced: 2025-04-05T09:15:04.683Z (about 1 year ago)
- Topics: express, full-stack, reactjs, realtime, websocket
- Language: JavaScript
- Homepage: https://realtime-chat-app-react-fullstack.onrender.com
- Size: 784 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 ✨
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
### 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
```