https://github.com/Shahdd21/Online-Travel-Booking-System
The Project simulates an Expedia-like booking system.
https://github.com/Shahdd21/Online-Travel-Booking-System
apis booking-system console expedia java oop
Last synced: 7 months ago
JSON representation
The Project simulates an Expedia-like booking system.
- Host: GitHub
- URL: https://github.com/Shahdd21/Online-Travel-Booking-System
- Owner: Shahdd21
- Created: 2024-09-03T09:14:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T23:21:26.000Z (12 months ago)
- Last Synced: 2025-03-28T10:13:13.228Z (8 months ago)
- Topics: apis, booking-system, console, expedia, java, oop
- Language: Java
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Travel Booking System
## Overview
This project is a console-based application that simulates an Expedia-like booking system. It allows users to book flights and hotels, manage itineraries, and make payments using different credit card types. The application supports two types of credit cards: PayPal and Stripe. It integrates with various custom APIs to handle flight and hotel bookings.
## Features
- User Management: Users can create accounts and manage their payment cards, booked flights and hotels.
- Booking: Users can book flights and hotels from different providers.
- Payment Processing: Supports PayPal and Stripe for payment transactions.
- Itinerary Management: Users can view and manage their booked itineraries.
- APIs: Creating custom APIs to handle bookings for different airlines and hotel chains.