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

https://github.com/stephenombuya/vehicleapp

This is a Java application for managing vehicles.
https://github.com/stephenombuya/vehicleapp

java oop-principles open-source

Last synced: 8 months ago
JSON representation

This is a Java application for managing vehicles.

Awesome Lists containing this project

README

          

# VehicleApp

This is a Java application for managing vehicles.

## Getting Started

### Prerequisites

You will need the following software installed on your computer:

* Java JDK 8 or later
* A text editor or IDE

### Installation

1. Clone the repository:

```bash
git clone https://github.com/stephenombuya/vehicleapp/tree/main
```

2. Navigate to the project directory:

```bash
cd vehicleapp
```

3. Compile the Java code:

```bash
javac -cp ./*.java src/*.java
```

4. Run the application:

```bash
java Main
```

### Usage
The VehicleApp application allows you to manage a fleet of vehicles. You can add, remove, and view vehicles.

### Contributing
We welcome contributions to this project. To contribute, please fork the repository and submit a pull request.

### License
This project is licensed under the GNU GPL-3.0 license. See the `LICENSE` file for more details.