https://github.com/0-mayurkaretha/socketchat
https://github.com/0-mayurkaretha/socketchat
mern socket-io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0-mayurkaretha/socketchat
- Owner: 0-mayurkaretha
- Created: 2024-01-22T05:57:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-30T06:08:01.000Z (7 months ago)
- Last Synced: 2025-12-02T10:56:20.628Z (7 months ago)
- Topics: mern, socket-io
- Language: JavaScript
- Homepage: https://socketchat-y5pd.onrender.com
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SocketChat
SocketChat is a Full Stack Chatting App.
Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.
## Tech Stack
**Client:** React JS
**Server:** Node JS, Express JS
**Database:** Mongo DB
**Websocket:** Socket io
## Demo
https://socketchat-y5pd.onrender.com
## Run Locally
Clone the project
```bash
git clone https://github.com/0-mayurkaretha/SocketChat.git
```
Go to the project directory
```bash
cd mern-chat-app
```
Install dependencies
```bash
npm install
```
```bash
cd frontend/
npm install
```
Start the server
```bash
npm run start
```
Start the Client
```bash
cd frontend
npm start
```
# Features
### Authenticaton

### One to One chat

### Search Users

### Create Group Chats

### Notifications

### Add or Remove users from group
