https://github.com/krishna102001/letstalk
let's Talk App is a Real time communication platform like a whatsapp. UI is taken from a Whatsapp Web Completely
https://github.com/krishna102001/letstalk
expressjs material-ui mongodb reactjs socket-io
Last synced: 3 months ago
JSON representation
let's Talk App is a Real time communication platform like a whatsapp. UI is taken from a Whatsapp Web Completely
- Host: GitHub
- URL: https://github.com/krishna102001/letstalk
- Owner: krishna102001
- Created: 2024-04-27T15:17:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T14:08:11.000Z (about 2 years ago)
- Last Synced: 2024-06-17T15:44:53.381Z (about 2 years ago)
- Topics: expressjs, material-ui, mongodb, reactjs, socket-io
- Language: JavaScript
- Homepage:
- Size: 3.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Let's Talk App
## Overview
This repository contain the Let's Talk App Code build using the React.js for Frontend and Node.js for Backend. The UI is taken from the Whatsapp Web.
## Features
- User can Login using a Google Account
- User Search Functionality
- User can send the message and file(image,txt,pdf)
- User will have a real-time communication
## Technology Used
- React.js
- Express.js
- MongoDB
- MaterialUI
- MaterilaIcon
- Socket.io
## Getting Started
1. Clone the repository and navigate to the backend directory:
```bash
git clone https://github.com/krishna102001/letstalk.git
```
### Frontend
2. In terminal run the command:
```bash
cd frontend
npm i
```
3. Create a `.env` files in root directory and add the following environment variables:
```env
VITE_CLIENT_ID="{Your Google Cloud Client ID}"
```
4. Start the frontend server:
```bash
npm run dev
```
The frontend server should now be running on `http://localhost:5173`.
### Backend
5. In terminal run the command:
```bash
cd backend
npm i
```
6. Create a `.env` files in root directory and add the following environment variables:
```env
MONGODB_URI="{Your MongoDB driver Url}"
```
7. Start the backend server:
```bash
npm start
```
The backend server should now be running on `http://localhost:4000`.
### Socket
8. In terminal run the command:
```bash
cd socket
npm i
```
9. Start the socket server:
```bash
npm start
```
The socket server should now be running on `http://localhost:9000`.
## Preview

