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

https://github.com/vishal5400/random-chat-app-2

This is my first project using Python, Flask, MySQL, HTML, CSS, JS, and Jitsi. The app allows users to meet random people on video calls. Users log in with their email ID, click a chat button, and if another user is available, they are matched and a Jitsi room is created for the video call.
https://github.com/vishal5400/random-chat-app-2

chat flask jitsi-meet python3 random randomchat video-conferencing

Last synced: 3 months ago
JSON representation

This is my first project using Python, Flask, MySQL, HTML, CSS, JS, and Jitsi. The app allows users to meet random people on video calls. Users log in with their email ID, click a chat button, and if another user is available, they are matched and a Jitsi room is created for the video call.

Awesome Lists containing this project

README

        

# Random Chat App

This is my first project using Python, Flask, MySQL, HTML, CSS, JS, and Jitsi. The app allows users to meet random people on video calls. Users log in with their email ID, click a chat button, and if another user is available, they are matched and a Jitsi room is created for the video call.

## Features

- User login with email
- Random matching for video chat
- Jitsi integration for video calls
- MySQL database to manage user sessions and matches

## Installation

1. **Clone the repository**

```bash
git clone https://github.com/vishal5400/random-chat-app.git
cd random-chat-app/Flask
pip install -r requirements.txt
python3 main.py
```
Make sure to create the database and tables before running the app. Use the commands in database file to set up your database.
## Update database details in main.py

Edit main.py to update the database connection details