https://github.com/indieka900/mern-chat-app
This is fullstack chat app using mern
https://github.com/indieka900/mern-chat-app
javascript jwt-authentication mern-stack socket-io
Last synced: 5 months ago
JSON representation
This is fullstack chat app using mern
- Host: GitHub
- URL: https://github.com/indieka900/mern-chat-app
- Owner: indieka900
- Created: 2024-08-18T20:27:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T21:14:48.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T21:45:21.885Z (about 1 year ago)
- Topics: javascript, jwt-authentication, mern-stack, socket-io
- Language: JavaScript
- Homepage: https://chat-app-lqwk.onrender.com/
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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

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_DB_URI=...
JWT_SECRET=...
NODE_ENV=...
```
### Build the app
```shell
npm run build
```
### Start the app
```shell
npm start
```