The Airline Reservation System is a Java-based application designed to manage flight bookings, cancellations, and customer details. This system allows users to book flights, cancel reservations, view booking history, and manage customer details.
- Flight Booking: Book flights by entering customer details and selecting available flights.
- Cancellation: Cancel existing flight reservations.
- Booking History: View the booking history of a customer.
- Customer Details: View and update customer information.
- Clone the repository:
git clone https://github.com/sristtii/SimpleSystemPrototype.git cd airline-reservation-system javac *.java java AirlineReservationSystem
The Hotel Booking System is a Java-based application designed to manage room bookings, cancellations, and customer details for a hotel. This system allows users to check available rooms, book rooms, cancel bookings, view booking history, and manage customer details.
- Available Rooms: Display available single and double rooms.
- Book a Room: Book a room by providing customer details and selecting room preferences.
- Cancel a Room: Cancel an existing room reservation.
- Booking History: View the booking history of a customer.
- Customer Details: View and update customer information.
- Waiting List: Manage and view waiting lists for room availability.
- Clone the repository:
git clone https://github.com/sristtii/SimpleSystemPrototype.git cd hotel-booking-system javac *.java java HotelBookingSystem
Feel free to modify the repository URLs and any other specific details as needed!