Parking Lot application is written in Java.
It uses gradle for building the project.
Parking lot uses a number of open source projects to work properly:
- [Gradle] - Gradle is a build automation tool based on Groovy and Kotlin.
- [Java] - Java is a high-level programming language developed by Sun Microsystems.
- [JUnit] - JUnit is a unit testing framework for the Java programming language.
Install the dependencies and start the server in Interative mode:
$ bin/setupTo run using input file.
$ java -jar build/libs/Parking-Lot-1.0-SNAPSHOT.jar testcase.txtTo run functional tests.
$ bin/run_functional_tests