## Getting Started This document assumes you have maven available. To build the project using maven, run: ```bash mvn package && java -jar target/target/java-vertx-web-rx-server-1.0.0-SNAPSHOT-fat.jar ``` If all builds successfully, the server should run on [http://localhost:8080/](http://localhost:8080/)