Exploring Spark, a java web framework
-
Java 1.8.0_111
-
Gradle 3.3
-
Spark: Sinatra based web framework
-
JUnit 4 for testing
Use the command $ gradle build
first to download all the resources from spark.
To serve the app, use $ gradle run
. The server runs on port 1234. Head over to localhost:1234 to view the page on your browser.