https://github.com/surajv311/discordclone
Discord Clone App
https://github.com/surajv311/discordclone
discord expressjs javascript mern-stack middleware mongodb mongoose nodejs reactjs real-time
Last synced: about 2 months ago
JSON representation
Discord Clone App
- Host: GitHub
- URL: https://github.com/surajv311/discordclone
- Owner: Surajv311
- Created: 2020-11-03T08:22:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T18:02:08.000Z (6 months ago)
- Last Synced: 2025-04-04T00:04:56.337Z (3 months ago)
- Topics: discord, expressjs, javascript, mern-stack, middleware, mongodb, mongoose, nodejs, reactjs, real-time
- Language: JavaScript
- Homepage:
- Size: 473 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Clone App
My Discord clone web app. The app is deployed on firebase.

#### Commands followed/ Packages used
```npx create-react-app myapp```
```npm start ```
```npm install @material-ui/core```
```npm i -g firebase tools```
```firebase login```
``` firebase init```
``` firebase deploy```
(for backend dir.)
```npm init ```
```npm i express mongoose pusher axios cors```
```npm run build```