An open API service indexing awesome lists of open source software.

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.

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.