{"id":18304096,"url":"https://github.com/echosingh/cargoplus","last_synced_at":"2025-10-24T16:32:47.649Z","repository":{"id":247152371,"uuid":"823719649","full_name":"EchoSingh/CarGoPlus","owner":"EchoSingh","description":"This repository contain Car Rental System using CPP and MySQL","archived":false,"fork":false,"pushed_at":"2024-12-26T12:39:45.000Z","size":612,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T09:41:42.840Z","etag":null,"topics":["car-management-system","cpp","miniproject","mysql","wxwidgets"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EchoSingh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-07-03T15:13:22.000Z","updated_at":"2025-01-21T15:10:51.000Z","dependencies_parsed_at":"2024-07-24T05:32:27.668Z","dependency_job_id":"cec45420-45b4-46c4-8786-a07bf6cc7ae0","html_url":"https://github.com/EchoSingh/CarGoPlus","commit_stats":null,"previous_names":["aditya26062003/carrentalsystem","echosingh/cargoplus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchoSingh%2FCarGoPlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchoSingh%2FCarGoPlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchoSingh%2FCarGoPlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchoSingh%2FCarGoPlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EchoSingh","download_url":"https://codeload.github.com/EchoSingh/CarGoPlus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586236,"owners_count":21128997,"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":["car-management-system","cpp","miniproject","mysql","wxwidgets"],"created_at":"2024-11-05T15:27:47.420Z","updated_at":"2025-10-24T16:32:47.555Z","avatar_url":"https://github.com/EchoSingh.png","language":"C++","readme":"[![wakatime](https://wakatime.com/badge/github/EchoSingh/CarGoPlus.svg)](https://wakatime.com/badge/github/EchoSingh/CarGoPlus)\n# 🚗 Car Rental Management System (CarGoPlus)\n\n![CarRentalSystem](Screenshots/1.jpg) \n\n## 📋 Table of Contents\n- [About the Project](#about-the-project)\n- [Features](#features)\n- [Screenshots](#screenshots)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## 📖 About the Project\nThe **Car Rental Management System** is a user-friendly application designed to manage car rentals efficiently. It features a graphical user interface built using wxWidgets and integrates with a MySQL database.\n\n## ✨ Folder Structure :-\n ```plaintext\n    📁 CarGoPlus/\n├── 📁 MySQL/\n│   ├── 📁 tables/\n│   │   ├── 📄 cars.ibd\n│   │   ├── 📄 customers.ibd\n│   │   └── 📄 rentals.ibd\n│   └── 📄 Schema.sql\n├── 📁 Screenshots/\n│   ├── 🖼️ 1.jpg\n│   ├── 🖼️ 2.jpg\n│   └── 🖼️ 3.jpg\n├── 📁 include/\n│   ├── 📄 car.h\n│   ├── 📄 customer.h\n│   ├── 📄 database.h\n│   └── 📄 rental.h\n├── 📁 src/\n│   ├── 📁 core/\n│   │   ├── 📄 car.cpp\n│   │   ├── 📄 customer.cpp\n│   │   ├── 📄 database.cpp\n│   │   └── 📄 rental.cpp\n│   └── 📁 ui/\n│       └── 📄 main.cpp\n├── 📄 .gitattributes\n├── 📄 .gitignore\n├── 📄 CarRentalSystem.sln\n├── 📄 LICENSE.txt\n└── 📄 README.md\n```\n## ✨ Features\n- 📊 Manage car inventory\n- 👤 Handle customer data\n- 📝 Track rental transactions\n- 📅 View rental history\n- 📸 GUI for ease of use\n\n## 🖼️ Screenshots\n1. **Main Screen**  \n   ![Main Screen](Screenshots/1.jpg)\n2. **Car Inventory**  \n   ![Car Inventory](Screenshots/2.jpg)\n3. **Rental Transactions**  \n   ![Rental Transactions](Screenshots/3.jpg)\n\n## 🛠️ Installation\n### Prerequisites\n- MySQL\n- wxWidgets\n- C++ Compiler\n\n### Steps\n1. **Clone the repository**\n    ```sh\n    git clone https://github.com/EchoSingh/CarRentalSystem.git\n    ```\n2. **Navigate to the project directory**\n    ```sh\n    cd CarRentalSystem\n    ```\n3. **Set up the database**\n    ```sh\n    mysql -u username -p \u003c MySQL/Schema.sql\n    ```\n4. **Build the project**\n    - Open `CarRentalSystem.sln` in Visual Studio\n    - Build the solution\n\n## 🚀 Usage\n1. Run the executable generated from the build process.\n2. Use the GUI to navigate through the application features.\n3. Manage cars, customers, and rentals effortlessly.\n\n## 🤝 Contributing\nContributions are what make the open-source community such an amazing place to be, learn, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📜 License\nDistributed under the MIT License. See `LICENSE.txt` for more information.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechosingh%2Fcargoplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fechosingh%2Fcargoplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechosingh%2Fcargoplus/lists"}