A simple Expedia.com implementation in c++ applying some polymorphism and OOP concepts.
- 0 or more flights, hotels, cars, etc. E.g. 4 flights, 2 hotels and 2 cars.
- Its own cost
- Its info: E.g. A flight has request from user, and his selected flight details
- E.g. Hotel cost: total nights x price per night
- Itinerary cost is the sum of all internal items cost.
- Dummy data is used
- 2 Types of users: Admin & customer. Our code focus is on customer part
- Local APIs is used to call for flights and hotels
Clone the project
git clone https://github.com/3ein39/Expedia.com
Go to the project directory
cd my-project
Run the main.cpp file using a cpp compiler
username : user
password : 111