{"id":16999082,"url":"https://github.com/maxandersen/demomaxx","last_synced_at":"2026-05-21T05:06:45.463Z","repository":{"id":66828818,"uuid":"131112217","full_name":"maxandersen/demomaxx","owner":"maxandersen","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-26T06:48:03.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T07:46:16.873Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxandersen.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-26T06:47:59.000Z","updated_at":"2018-04-26T06:48:04.000Z","dependencies_parsed_at":"2023-02-23T01:01:20.424Z","dependency_job_id":null,"html_url":"https://github.com/maxandersen/demomaxx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxandersen/demomaxx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxandersen%2Fdemomaxx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxandersen%2Fdemomaxx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxandersen%2Fdemomaxx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxandersen%2Fdemomaxx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxandersen","download_url":"https://codeload.github.com/maxandersen/demomaxx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxandersen%2Fdemomaxx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33289548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T04:07:06.311Z","updated_at":"2026-05-21T05:06:45.437Z","avatar_url":"https://github.com/maxandersen.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"= REST API Level 0 - Eclipse Vert.x Booster\n\nIMPORTANT: This booster requires Java 8 JDK or greater and Maven 3.3.x or greater.\n\nIMPORTANT: As part of the process of creating this booster, developers.redhat.com/launch or the Fabric8 Launcher tool set up a project with a CI/CD deployment of this booster. You can see the status of this deployment in your Single-node OpenShift Cluster or OpenShift Online Web Console.\n\n== Runing the Booster Locally\n\nTo run this booster on your local host:\n\n[source,bash,options=\"nowrap\",subs=\"attributes+\"]\n----\n$ git clone git@github.com:${loggedUser}/demomaxx\n\n$ cd demomaxx\n\n$ mvn compile vertx:run\n----\n\n== Interacting with the Booster Locally\n\nTo interact with your booster while it's running locally, use the form at `http://localhost:8080` or the `curl` command:\n\n[source,bash,options=\"nowrap\",subs=\"attributes+\"]\n----\n$ curl http://localhost:8080/api/greeting\n{\"content\":\"Hello, World!\"}\n\n$ curl http://localhost:8080/api/greeting?name=Sarah\n{\"content\":\"Hello, Sarah!\"}\n----\n\n\n== Updating the Booster\nTo update your booster:\n\n. Stop your booster.\n+\nNOTE: To stop your running booster in a Linux or macOS terminal, use `CTRL+C`. In a Windows command prompt, you can use `CTRL + Break(pause)`.\n\n. Make your change (e.g. edit `src/main/resources/webroot/index.html`).\n. Restart your booster.\n. Confirm your change appears.\n\n\n== Running the Booster on a Single-node OpenShift Cluster\nIf you have a single-node OpenShift cluster, such as Minishift or Red Hat Container Development Kit, link:http://appdev.openshift.io/docs/minishift-installation.html[installed and running], you can also deploy your booster there. A single-node OpenShift cluster provides you with access to a cloud environment that is similar to a production environment.\n\nTo deploy your booster to a running single-node OpenShift cluster:\n[source,bash,options=\"nowrap\",subs=\"attributes+\"]\n----\n$ oc login -u developer -p developer\n\n$ oc new-project MY_PROJECT_NAME\n\n$ mvn clean fabric8:deploy -Popenshift\n----\n\n== More Information\nYou can learn more about this booster and rest of the Eclipse Vert.x runtime in the link:http://appdev.openshift.io/docs/vertx-runtime.html[Eclipse Vert.x Runtime Guide].\n\nNOTE: Run the set of integration tests included with this booster using `mvn clean verify -Popenshift,openshift-it`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxandersen%2Fdemomaxx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxandersen%2Fdemomaxx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxandersen%2Fdemomaxx/lists"}