Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nayakpenguin/travel-mangement-system
- Owner: NayakPenguin
- Created: 2023-01-30T04:55:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T05:47:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T05:56:11.923Z (27 days ago)
- Language: C++
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.