{"id":24318184,"url":"https://github.com/bpavan16/car-rental-oops","last_synced_at":"2026-04-17T14:31:34.272Z","repository":{"id":272170059,"uuid":"915724459","full_name":"bPavan16/car-rental-oops","owner":"bPavan16","description":"This is an Sem-04 object-oriented course project that demonstrates key OOP concepts through a practical car rental management system. ","archived":false,"fork":false,"pushed_at":"2025-01-12T16:34:08.000Z","size":0,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T17:32:27.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bPavan16.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-01-12T16:33:01.000Z","updated_at":"2025-01-12T17:28:09.000Z","dependencies_parsed_at":"2025-01-12T17:33:48.384Z","dependency_job_id":"cdc3cef6-2db8-436b-a15a-7f4a4d793819","html_url":"https://github.com/bPavan16/car-rental-oops","commit_stats":null,"previous_names":["bpavan16/car-rental-oops"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2Fcar-rental-oops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2Fcar-rental-oops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2Fcar-rental-oops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2Fcar-rental-oops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bPavan16","download_url":"https://codeload.github.com/bPavan16/car-rental-oops/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242903064,"owners_count":20204208,"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":[],"created_at":"2025-01-17T14:37:26.261Z","updated_at":"2026-04-17T14:31:29.224Z","avatar_url":"https://github.com/bPavan16.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Car Rental System\n\n## Overview\n\nThe Car Rental System is an object-oriented application designed for managing car rentals. It allows customers to rent cars, view available vehicles, and process payments. The application is structured to demonstrate key concepts of object-oriented programming, including encapsulation, inheritance, and polymorphism.\n\n## Features\n\n- Manage car inventory\n- Customer registration and management\n- Rental management\n- Payment processing\n- Utility functions for date handling\n\n## Project Structure\n\n```\ncar-rental-system\n├── src\n│   ├── main.cpp\n│   ├── models\n│   │   ├── Car.hpp\n│   │   ├── Car.cpp\n│   │   ├── Customer.hpp\n│   │   ├── Customer.cpp\n│   │   ├── Rental.hpp\n│   │   └── Rental.cpp\n│   ├── services\n│   │   ├── RentalService.hpp\n│   │   ├── RentalService.cpp\n│   │   ├── PaymentService.hpp\n│   │   └── PaymentService.cpp\n│   └── utils\n│       ├── Date.hpp\n│       └── Date.cpp\n├── tests\n│   ├── CarTest.cpp\n│   ├── CustomerTest.cpp\n│   └── RentalTest.cpp\n├── CMakeLists.txt\n└── README.md\n```\n\n## Setup Instructions\n\n1. Clone the repository:\n   ```\n   git clone \u003crepository-url\u003e\n   ```\n2. Navigate to the project directory:\n   ```\n   cd car-rental-system\n   ```\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpavan16%2Fcar-rental-oops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbpavan16%2Fcar-rental-oops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpavan16%2Fcar-rental-oops/lists"}