A simple Bus Management System written in C.
Welcome to BUS-MANAGEMENT! This is a simple console-based Bus Management System written in C. The system allows you to manage buses, routes, and bookings in a transportation service.
- Bus management: Add, remove, and update buses.
- Route management: Define and manage routes for buses.
- Booking management: Book seats on available buses.
- C Compiler (e.g., GCC)
- Code Editor (e.g., Visual Studio Code, Sublime Text)
-
Clone the repository:
git clone git@github.com:Fadhil047/BUS-MANAGEMENT.git
-
Navigate to the project directory:
cd BUS-MANAGEMENT -
Compile the code in VS code
code .
- Run the terminal and a terminal will be used in bookings
Contributions are welcome! If you'd like to contribute to BUS-MANAGEMENT, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes.
- Commit your changes with descriptive commit messages.
- Push your branch to your fork.
- Submit a pull request.