https://github.com/hashfx/mern-chat
A Realtime Chatting Application in MERN Stack
https://github.com/hashfx/mern-chat
Last synced: 11 months ago
JSON representation
A Realtime Chatting Application in MERN Stack
- Host: GitHub
- URL: https://github.com/hashfx/mern-chat
- Owner: hashfx
- License: mit
- Created: 2022-07-31T12:01:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T07:58:06.000Z (over 3 years ago)
- Last Synced: 2025-02-23T14:44:22.538Z (over 1 year ago)
- Language: JavaScript
- Size: 1.71 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MERN chat App
1. Clone repo ```git clone https://github.com/hashfx/MERN-chat.git``` or in GitHub CLI ```gh repo clone hashfx/MERN-chat```
2. Install npm Libraries in root directory of the repo
```powershell
npm install
```
3. Change directory to frontend and npm install frontend library
```powershell
cd frontend/
npm install
```
### Support
Refer:
+ [README.md]() for more documentation details
+ [directoryStructure.txt]() for directory structure and their purpose
+ [structure.txt]() for development working of app
### Contribution
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
### License
[MIT License](https://github.com/hashfx/MERN-chat/blob/main/LICENSE)
Thanks for Visiting the Profile, and Repository of Mern Chat App 😊