This example shows how to use Gentics Mesh in combination with Vert.x.
The Gentics Mesh GraphQL API is being used to located the requested content. This content is used by Vert.x to render various Handlebars templates.
- Clone example project
git clone git@github.com:gentics/mesh-vertx-example.git
cd mesh-vertx-example
-
Import the project into your IDE
-
Downlad Gentics Mesh from https://getmesh.io/Download and start it
java -jar mesh-demo-0.40.x.jar
- Start the Vert.x web server by running Server.java Access http://localhost:3000 in your browser