Transport Sys Company This project is a transport system management application. It is my first project as a computer science student in my first degree. The code is written in Java.
Project Description This application aims to manage and streamline the operations of a transport company. The system includes features for Select Trip, handling customer bookings and More .
Features Vehicle management Schedule management Customer booking system Technologies Used Java: The primary programming language used for the application. UML: Diagrams used to represent the system design. JUnit: For testing the methods. Files Included Source Code: The main Java files for the project. UML Diagrams: Located in the uml directory within the .rar file. Method Tests: Test files to verify the functionality of the methods used in the project. Getting Started To get a local copy of the project up and running on your machine, follow these steps:
Prerequisites Java Development Kit (JDK) An IDE (e.g., IntelliJ IDEA, Eclipse) Git Installation Clone the repository:
sh Copy code git clone https://github.com/your-username/transport-sys-company.git Navigate to the project directory:
sh Copy code cd transport-sys-company Open the project in your IDE.
Compile and run the project.
Testing To run the tests for the project, follow these steps:
Navigate to the test directory in your IDE. Run the JUnit test files. Usage Provide details on how to use the application, including any command-line instructions or UI navigation if applicable.
Contributing If you would like to contribute to this project, please follow these steps:
Fork the project. Create a new branch (git checkout -b feature/your-feature). Commit your changes (git commit -m 'Add some feature'). Push to the branch (git push origin feature/your-feature). Open a Pull Request. Contact If you have any questions or suggestions, feel free to contact me:
Email: mhbyb6053@gmail.com GitHub: MADARA-AI