https://github.com/bamof25th/mern-chat-app
Real Time Chat App | MERN && Socket.io && JWT
https://github.com/bamof25th/mern-chat-app
chat-app daisyui express-js mern-stack reactjs socketio-chat
Last synced: 16 days ago
JSON representation
Real Time Chat App | MERN && Socket.io && JWT
- Host: GitHub
- URL: https://github.com/bamof25th/mern-chat-app
- Owner: Bamof25th
- Created: 2024-02-08T18:06:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T18:51:10.000Z (12 months ago)
- Last Synced: 2025-03-27T01:11:11.344Z (about 1 month ago)
- Topics: chat-app, daisyui, express-js, mern-stack, reactjs, socketio-chat
- Language: JavaScript
- Homepage: https://vibely-chat-app.onrender.com
- Size: 11.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Stack Project: Real Time Chat App
Some Features:
- Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI
- Authentication && Authorization with JWT
- Real-time messaging with Socket.io
- Online user status (Socket.io and React Context)
- Global state management with Zustand
- Error handling both on the server and on the client### Setup .env file
```js
PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...
```### Build the app
```shell
npm run build
```### Start the app
```shell
npm start
```