https://github.com/moazirfan/real-time-chat-app
Real-time chat application built with the MERN stack and Socket.IO
https://github.com/moazirfan/real-time-chat-app
Last synced: 3 months ago
JSON representation
Real-time chat application built with the MERN stack and Socket.IO
- Host: GitHub
- URL: https://github.com/moazirfan/real-time-chat-app
- Owner: MoazIrfan
- Created: 2024-06-09T20:01:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T20:21:04.000Z (12 months ago)
- Last Synced: 2024-06-09T21:46:23.618Z (11 months ago)
- Language: JavaScript
- Size: 2.25 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-Time-Chat-App

> Real-time chat application using Socket.IO, built with latest React version 18.3.1 and styled with Material UI 5.15.19.
## Installation
#### Enter MONGODB_URI in the `.env` file in the backend directory and run following commands:
```bash
# Install dependencies and start the frontend
cd frontend
npm install
npm start
``````bash
# Install dependencies and start the backend
cd backend
npm install
npm start
```
The App will be running locally at: http://localhost:3000#### Have fun!