{"id":26687076,"url":"https://github.com/tirthraj1605/simple_ebike_dbms_sql","last_synced_at":"2026-05-08T13:44:55.145Z","repository":{"id":252995438,"uuid":"842142866","full_name":"Tirthraj1605/Simple_eBike_DBMS_SQL","owner":"Tirthraj1605","description":"This project involves setting up and running two applications that integrate MySQL with Python, utilizing Streamlit for a web interface and the mysql-connector-python library for database interactions. Follow the provided steps to configure and deploy both projects efficiently.","archived":false,"fork":false,"pushed_at":"2024-08-13T19:01:35.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-23T15:01:45.073Z","etag":null,"topics":["mysql","mysql-connector","mysql-database","python","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tirthraj1605.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-13T18:56:13.000Z","updated_at":"2024-08-13T19:03:40.000Z","dependencies_parsed_at":"2024-08-16T23:17:03.857Z","dependency_job_id":null,"html_url":"https://github.com/Tirthraj1605/Simple_eBike_DBMS_SQL","commit_stats":null,"previous_names":["tirthraj1605/simple_ebike_dbms_sql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tirthraj1605%2FSimple_eBike_DBMS_SQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tirthraj1605%2FSimple_eBike_DBMS_SQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tirthraj1605%2FSimple_eBike_DBMS_SQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tirthraj1605%2FSimple_eBike_DBMS_SQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tirthraj1605","download_url":"https://codeload.github.com/Tirthraj1605/Simple_eBike_DBMS_SQL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245650465,"owners_count":20650105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mysql","mysql-connector","mysql-database","python","streamlit"],"created_at":"2025-03-26T12:16:25.615Z","updated_at":"2026-05-08T13:44:50.093Z","avatar_url":"https://github.com/Tirthraj1605.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Readme\n\nThis readme file provides step-by-step instructions to set up and run two different projects that involve MySQL, Python, and the Streamlit and mysql-connector libraries. Please follow the instructions below carefully for each project.\n\n## Project 1: Streamlit Application with MySQL\n\n### Prerequisites\n1. **Download and Configure MySQL:**\n   - Download MySQL from [MySQL Downloads](https://dev.mysql.com/downloads/).\n   - Follow the installation instructions for your specific operating system.\n   - Configure MySQL with a user account and a database for your project.\n\n2. **Python Setup:**\n   - Download and install Python from the [official Python website](https://www.python.org/downloads/).\n   - Ensure Python is properly added to your system's PATH.\n\n### Project Setup\n3. **Install Streamlit Library:**\n   - Open your terminal or command prompt.\n   - Run the following command to install Streamlit:\n     ```\n     pip install streamlit\n     ```\n\n4. **Install mysql-connector Library:**\n   - Run the following command to install the mysql-connector-python library:\n     ```\n     pip install mysql-connector-python\n     ```\n\n5. **Download the Source Code:**\n   - Clone or download the source code for **eBike_with_streamlit** from the project's repository.\n   - [Download from here](https://github.com/Tirthraj1605/Simple_eBike_DBMS_SQL)\n\n6. **Configuring Code and schema:**\n   - Set your mysql password and username in database.py file.\n   - Create a database called 'e_bike' in your mysql.\n    ```\n    create database if not exists e_bike;\n    ```\n\n7. **Run the Streamlit Application:**\n   - Navigate to the project directory in your terminal.\n   - Run the following command to start the Streamlit application:\n     ```\n     streamlit run app.py\n     ```\n   - Access the application in your web browser at the specified URL.\n\n## Project 2: Python Application with MySQL\n\n### Prerequisites\n1. **Download and Configure MySQL:**\n   - Ensure MySQL is already downloaded and configured as per the above instructions.\n\n2. **Python Setup:**\n   - Make sure Python is installed and configured as per Project 1 instructions.\n\n### Project Setup\n3. **Install mysql-connector Library:**\n   - If not already installed from Project 1, run the following command to install the mysql-connector-python library:\n     ```\n     pip install mysql-connector-python\n     ```\n\n4. **Download the Source Code:**\n   - Clone or download the source code for **Simple_eBike** from the project's repository.\n   - [Download from here](https://github.com/Tirthraj1605/Simple_eBike_DBMS_SQL)\n\n5. **Configuring Code and schema:**\n   - Set your mysql password and username in database.py file.\n   - Create a database called 'e_bike' in your mysql.\n    ```\n    create database if not exists e_bike;\n    ```\n6. **Run the Python Application:**\n   - Navigate to the project directory in your terminal.\n   - Run the following command to start the Python application:\n     ```\n     python app.py\n     ```\n   - Follow the application's instructions to interact with it.\n\nThat's it! You have successfully set up and configured both projects involving MySQL, Python, and the Streamlit and mysql-connector libraries. Happy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftirthraj1605%2Fsimple_ebike_dbms_sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftirthraj1605%2Fsimple_ebike_dbms_sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftirthraj1605%2Fsimple_ebike_dbms_sql/lists"}