Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nayakpenguin/travel-mangement-system

his is a Travel Management System application developed using Object-Oriented Programming (OOP) concepts in C++. The application provides a user-friendly interface to manage travel bookings, manage flight schedules, and view travel reports.
https://github.com/nayakpenguin/travel-mangement-system

Last synced: 13 days ago
JSON representation

his is a Travel Management System application developed using Object-Oriented Programming (OOP) concepts in C++. The application provides a user-friendly interface to manage travel bookings, manage flight schedules, and view travel reports.

Awesome Lists containing this project

README

        

# Travel Management System
This is a Travel Management System application developed using Object-Oriented Programming (OOP) concepts in C++. The application provides a user-friendly interface to manage travel bookings, manage flight schedules, and view travel reports.

### Features
Book travel tickets for flights, trains, or buses
Manage flight schedules
Generate reports for all bookings, flight schedules, and revenue generated
Update existing bookings
Cancel bookings
### Requirements
A C++ compiler
Basic knowledge of OOP concepts and C++ programming
### How to run the program
Clone the repository to your local machine
Navigate to the repository in your terminal
Compile the source code using a C++ compiler, for example: g++ main.cpp -o travel
Run the executable file, for example: ./travel
### Contributing
If you would like to contribute to the project, please fork the repository and create a pull request with your changes.

### License
This project is licensed under the MIT License.