-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abdba01
commit 5e2c5ec
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# MERN Stack Project: Build and Deploy a Real Time Chat App | JWT, Socket.io | ||
|
||
![Demo App](https://i.ibb.co/gFSMzKN/1.png) | ||
|
||
[Video Tutorial on Youtube](https://youtu.be/HwCqsOis894) | ||
|
||
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 | ||
``` |
5e2c5ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
provide your chat app link , mean the serever were you hosted this chat app , I wanna try it