Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gentics/mesh-vertx-example
- Owner: gentics
- Created: 2017-01-11T16:38:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T00:22:58.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T13:03:09.827Z (5 months ago)
- Topics: api-first, cms, gentics-mesh, headless-cms, vertx, vertx-web
- Language: HTML
- Homepage: http://vertx.io/blog/data-driven-apps-made-easy-with-vert-x-3-4-0-and-headless-cms-gentics-mesh/
- Size: 33.2 KB
- Stars: 17
- Watchers: 24
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- vertx-awesome - Vert.x Gentics Mesh Example - Example on how to build a template-based web server with Gentics Mesh and handlebars. (Examples)
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