The goal of this app is to practice concurrency in Java using threading and semaphores.
- Java Development Kit (JDK)
- Apache Maven
- 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.