Skip to content

Commit

Permalink
Readme added
Browse files Browse the repository at this point in the history
  • Loading branch information
burakorkmez committed Jan 31, 2024
1 parent abdba01 commit 5e2c5ec
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
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
```

1 comment on commit 5e2c5ec

@chayancoder007
Copy link

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

Please sign in to comment.