Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 905 Bytes

File metadata and controls

25 lines (18 loc) · 905 Bytes

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

    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