Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours ago
JSON representation
Discord Clone App
- Host: GitHub
- URL: https://github.com/surajv311/discordclone
- Owner: Surajv311
- Created: 2020-11-03T08:22:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T03:26:15.000Z (almost 4 years ago)
- Last Synced: 2023-08-18T11:54:16.372Z (over 1 year ago)
- Topics: discord, expressjs, javascript, mern-stack, middleware, mongodb, mongoose, nodejs, reactjs, real-time
- Language: JavaScript
- Homepage:
- Size: 467 KB
- Stars: 9
- 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.
![image](https://github.com/Surajv311/discordclone-mern/blob/main/img/dd.jpg)
#### 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```