Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.1 KB

Traditional mentorship programs often face challenges in ensuring efficient and real-time communication between mentors and mentees. To address this, our project leverages QR code-based solutions, enabling seamless and dynamic interaction that enhances engagement and collaboration within mentorship programs.

Technology Stack:

Frontend: HTML, CSS, JavaScript Backend: Python (Flask), PHP (XAMPP) Database: MySQL Hosting: Vercel Platform (Production), XAMPP (Local Development)

Installation and Usage Clone the Repository: Begin by cloning the project repository to your local machine. Install Dependencies: Navigate to the project directory and install the necessary dependencies using: Copy code: pip install -r requirements.txt Database Setup: Configure the MySQL database and update the database connection settings in the Flask application. Set Up XAMPP: Prepare XAMPP for local development to manage your server environment. Run the Application: Start the Flask application with: Copy code: python app.py Access the Application: Open your browser and navigate to the provided URL to interact with the application.