Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shresthashim/chat-app
ChatHub: A real-time chat app built with MERN stack, deployed on Vercel. Enjoy instant messaging using Socket.IO integration. Connect effortlessly and chat in real-time on ChatHub!
https://github.com/shresthashim/chat-app
Last synced: about 2 months ago
JSON representation
ChatHub: A real-time chat app built with MERN stack, deployed on Vercel. Enjoy instant messaging using Socket.IO integration. Connect effortlessly and chat in real-time on ChatHub!
- Host: GitHub
- URL: https://github.com/shresthashim/chat-app
- Owner: shresthashim
- Created: 2023-12-11T16:00:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T13:50:39.000Z (11 months ago)
- Last Synced: 2024-02-04T19:27:29.404Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatHub
ChatHub: A real-time chat app built with MERN stack, deployed on Vercel. Enjoy instant messaging using Socket.IO integration. Connect effortlessly and chat in real-time on ChatHub!
## Setting Up React Project for ChatHubSTEP 1: Create a new React project using Vite's Template
```bash
npx create-react-app
```
STEP 2: Installing dependencies
```bash
npm install
```
STEP 3: Running the development server
```bash
npm start## Run Locally
Clone the project
```bash
git clone https://github.com/AsHim1123/hamro-estate
```Go to the project directory
```bash
cd chathub
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`MONGO_URL`
`ORIGIN`
`PORT`## Deployment
To deploy this project run
```bash
npm run deploy
```## Features
- Realtime chat between users
- Access to chat to every user
- Authentication of user
- Choose their own avatar for the profile## Demo
Project Link
https://yourchathub.vercel.app