Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 408 Bytes

Parking Manager

The goal of this app is to practice concurrency in Java using threading and semaphores.

Requirements

  • Java Development Kit (JDK)
  • Apache Maven

Building

  • Clone this repo git clone https://github.com/MohammedEAbdelAziz/parking-manager
  • Navigate to the app directory cd parking-manager
  • Run mvn clean install in your terminal to build the app.
  • Run mvn exec:java to run it.