Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shamsuther/auto-gallery
- Owner: ShamSuther
- Created: 2024-05-28T18:22:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T15:35:57.000Z (6 months ago)
- Last Synced: 2024-10-13T03:41:38.246Z (2 months ago)
- Topics: computer-science, java, java-programming, jdk
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!**