-
Notifications
You must be signed in to change notification settings - Fork 87
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
Burak Orkmez
authored and
Burak Orkmez
committed
Nov 19, 2024
1 parent
e2e942d
commit 7457245
Showing
2 changed files
with
42 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,42 @@ | ||
# ✨ Full Stack Realtime Chat App ✨ | ||
|
||
![Demo App](/frontend/public/screenshot-for-readme.png) | ||
|
||
[Video Tutorial on Youtube](https://youtu.be/ntKkVrQqBYY) | ||
|
||
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 | ||
- ⭐ At the end Deployment like a pro for FREE! | ||
- ⏳ And much more! | ||
|
||
### 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 | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.