Eco Taxi — это программа, помогающая в записи доходов и расходов, а также для автоматизированного создания отчетности. В данной документации описаны основные процессы программы для получения отчетов, связанных с инвесторами, машинами, водителями, типами услуг и общий отчет, а также для управления данными программы и добавления новых записей.
To run the project correctly, you need to install Qt Framework. Follow these steps:
- Go to the official Qt website: Qt Download.
- Register an account or log in.
- Choose the free (Open Source) version.
- Download and install Qt, following the installer instructions.
- During installation, select the following components:
- Qt version 6.7.1 or later
- Qt Creator development environment
- Additional tools such as MinGW compiler
For a visual guide, refer to the Qt installation tutorial.
XAMPP is required for running the local server if the project uses a database.
- Download XAMPP from the official website.
- Select the version for your operating system (Windows, macOS, Linux).
- Run the installer and follow the setup instructions.
- During installation, select required modules (Apache, MySQL, PHPMyAdmin).
- After installation, open the XAMPP Control Panel and start Apache and MySQL.
- Click the Admin button next to MySQL to open PHPMyAdmin.
- Create a new database named
ecotaxidb.
XAMPP provides a local server environment, making it easier to work with databases and backend components during development.
GitHub Desktop simplifies working with repositories through a graphical interface.
- Download GitHub Desktop from GitHub Desktop.
- Install the application by following the setup instructions.
- Log in to your GitHub account or create a new one.
- Open GitHub Desktop and select Clone a repository from the Internet.
- Enter the project repository link or select it from your repositories.
- Choose a local directory and click Clone.
- After cloning, the project will be available on your local computer.
- Modify the project using your development environment.
- Open GitHub Desktop, add the changes to a commit (Commit changes button).
- Click Push origin to upload the changes to the remote repository.
Additional resources:
To run the project locally, follow these steps:
- Open the project in Qt Creator.
- Enable Debug mode.
- Click Run.
- If you encounter a database connection error, follow these steps:
- Download and install the required database drivers: MySQL Qt Driver.
- Extract the files (if archived) and move them to the project folder.
- You can find the project folder in GitHub Desktop or Qt Creator (
Show in Explorerin CMakeLists.txt). - The typical path:
{project folder}\build\Desktop_…_MinGW_64_bit-Debug. - Run the project again.
By following these instructions, you can successfully set up and run the project on your local machine.