A CLI-based Travel Agency Management System using C++
A CLI-based Travel Agency Management System using C++
1. Flow diagram of the system
2. Interactive CLI output of the application
This project presents a command-line based Travel Agency Management System developed in C++ to streamline essential operations such as booking, tracking, and managing travel trips. Designed for terminal environments like Bash or PowerShell, the system allows an admin to perform CRUD operations on customer and trip data through an interactive menu-driven interface. Users can create new travel trips, assign them to customers, and edit or delete existing records. Although it does not include a graphical user interface, the project lays the groundwork for future GUI development. With modular code architecture and practical use of classes, vectors, and file handling, the system serves as a functional prototype for managing travel agency workflows efficiently.