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.
- Host: GitHub
- URL: https://github.com/vishal5400/random-chat-app-2
- Owner: vishal5400
- Created: 2020-10-14T15:30:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T11:01:49.000Z (9 months ago)
- Last Synced: 2025-03-18T05:34:39.733Z (3 months ago)
- Topics: chat, flask, jitsi-meet, python3, random, randomchat, video-conferencing
- Language: HTML
- Homepage:
- Size: 326 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.pyEdit main.py to update the database connection details