Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shamsuther/auto-gallery

AutoGallery: Car Showroom Management System
https://github.com/shamsuther/auto-gallery

computer-science java java-programming jdk

Last synced: about 1 month ago
JSON representation

AutoGallery: Car Showroom Management System

Awesome Lists containing this project

README

        

# AutoGallery

Experience the future of car showroom management with AutoGallery – innovation, efficiency, and elegance combined built with Java specially for showcasing the OOP concepts.

### Features

- **Showroom Management:** Ability to add, view, and manage showrooms.
- **Employee Management:** Ability to add, view, and manage employees.
- **Car Management:** Ability to add, view, and manage cars.
- **Data Display:** Ability to display data for showrooms, employees, and cars.

### Quick Start

Follow these steps to set up the project locally on your machine.

**Prerequisites:**

Make sure you have the following installed on your machine:

- [JDK](https://www.oracle.com/java/technologies/downloads/)
- [VSCode](https://code.visualstudio.com/) (Optional)

or any other code editor or IDE.

**Cloning the Repository:**

```bash
git clone https://github.com/ShamSuther/auto-gallery
cd autoGallery/src
```

**Running the project:**

```bash
javac -d ./class ./Main.java
```

```bash
java -cp ./class Main
```

**toodle-oo!**