An open API service indexing awesome lists of open source software.

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

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
```