An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Real-Time-Chat-App

![Screenshot](real-time-chat-app-screenshot.png)

> 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!