Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gentics/mesh-vertx-example


https://github.com/gentics/mesh-vertx-example

api-first cms gentics-mesh headless-cms vertx vertx-web

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Gentics Mesh Vert.x Example

This example shows how to use [Gentics Mesh](https://getmesh.io) in combination with [Vert.x](http://vertx.io/).

The Gentics Mesh GraphQL API is being used to located the requested content. This content is used by Vert.x to render various [Handlebars](https://github.com/jknack/handlebars.java) templates.

## Getting Started

* Clone example project

```
git clone [email protected]: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