Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meharsulaiman/chat-app-mern
https://github.com/meharsulaiman/chat-app-mern
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meharsulaiman/chat-app-mern
- Owner: meharsulaiman
- Created: 2024-02-06T05:39:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-06T13:11:41.000Z (11 months ago)
- Last Synced: 2024-02-20T17:37:20.802Z (11 months ago)
- Language: JavaScript
- Homepage: https://chat-mern-app-sulaiman.onrender.com/
- Size: 896 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Stack Project: Build and Deploy a Real Time Chat App | JWT, Socket.io
![Demo App](https://i.ibb.co/gFSMzKN/1.png)
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
- ⭐ At the end Deployment like a pro for FREE!
- ⏳ And much more!### Setup .env file
```js
PORT=...
MONGO_URI=...
JWT_SECRET=...
JWT_EXPIRES_IN=...
JWT_COOKIE_EXPIRES_IN=...
NODE_ENV=...
```### Build the app
```shell
npm run build
```### Start the app
```shell
npm start
```