https://github.com/steffikeranj/vertx-graphql
Demonstration of Microservices with Vertx and GraphQL
https://github.com/steffikeranj/vertx-graphql
graphql microservices vertx
Last synced: 11 months ago
JSON representation
Demonstration of Microservices with Vertx and GraphQL
- Host: GitHub
- URL: https://github.com/steffikeranj/vertx-graphql
- Owner: SteffiKeranJ
- Created: 2021-10-25T19:41:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T19:43:04.000Z (over 4 years ago)
- Last Synced: 2025-02-16T14:02:11.844Z (about 1 year ago)
- Topics: graphql, microservices, vertx
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Graphql with Vertx
image:https://img.shields.io/badge/vert.x-4.1.5-purple.svg[link="https://vertx.io"]
This application was generated using http://start.vertx.io
== Building
To launch your tests:
```
./mvnw clean test
```
To package your application:
```
./mvnw clean package
```
To run your application:
```
./mvnw clean compile exec:java
```
== Help
* https://vertx.io/docs/[Vert.x Documentation]
* https://stackoverflow.com/questions/tagged/vert.x?sort=newest&pageSize=15[Vert.x Stack Overflow]
* https://groups.google.com/forum/?fromgroups#!forum/vertx[Vert.x User Group]
* https://gitter.im/eclipse-vertx/vertx-users[Vert.x Gitter]
Inspired by: https://www.redpill-linpro.com/techblog/2021/05/17/intro-to-graphql-with-vertx.html