{"id":16585363,"url":"https://github.com/xatuke/random-name-generator","last_synced_at":"2025-08-13T19:53:48.402Z","repository":{"id":123710226,"uuid":"226942562","full_name":"xatuke/random-name-generator","owner":"xatuke","description":"for GCI","archived":false,"fork":false,"pushed_at":"2020-01-10T17:57:41.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T15:07:34.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"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/xatuke.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2019-12-09T18:44:42.000Z","updated_at":"2023-11-02T06:26:14.000Z","dependencies_parsed_at":"2023-10-03T13:49:57.150Z","dependency_job_id":null,"html_url":"https://github.com/xatuke/random-name-generator","commit_stats":null,"previous_names":["xatuke/random-name-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xatuke%2Frandom-name-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xatuke%2Frandom-name-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xatuke%2Frandom-name-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xatuke%2Frandom-name-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xatuke","download_url":"https://codeload.github.com/xatuke/random-name-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242158277,"owners_count":20081227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11T22:47:45.562Z","updated_at":"2025-03-06T06:23:17.732Z","avatar_url":"https://github.com/xatuke.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GCI Badge](https://img.shields.io/badge/Google%20Code--in-JBoss%20Community-red?labelColor=2096F3)](https://gitter.im/JBossOutreach/gci)\n\n# Getting started with Quarkus\n\nThis is a minimal CRUD service exposing a couple of endpoints over REST.\n\nUnder the hood, this demo uses:\n\n- RESTEasy to expose the REST endpoints\n- REST-assured and JUnit 5 for endpoint testing\n\n## Requirements\n\nTo compile and run this demo you will need:\n\n- JDK 1.8+\n- GraalVM\n\n### Configuring GraalVM and JDK 1.8+\n\nMake sure that both the `GRAALVM_HOME` and `JAVA_HOME` environment variables have\nbeen set, and that a JDK 1.8+ `java` command is on the path.\n\nSee the [Building a Native Executable guide](https://quarkus.io/guides/building-native-image-guide)\nfor help setting up your environment.\n\n## Building the application\n\nLaunch the Maven build on the checked out sources of this demo:\n\n\u003e ./mvnw package\n\n### Live coding with Quarkus\n\nThe Maven Quarkus plugin provides a development mode that supports\nlive coding. To try this out:\n\n\u003e ./mvnw compile quarkus:dev\n\nThis command will leave Quarkus running in the foreground listening on port 8080.\n\n1. Visit the default endpoint: [http://127.0.0.1:8080](http://127.0.0.1:8080).\n    - Make a simple change to [src/main/resources/META-INF/resources/index.html](src/main/resources/META-INF/resources/index.html) file.\n    - Refresh the browser to see the updated page.\n2. Visit the `/randomname` endpoint: [http://127.0.0.1:8080/randomname](http://127.0.0.1:8080/randomname)\n        - Refresh and see a new Random Name generated :) \n\n### Run Quarkus in JVM mode\n\nWhen you're done iterating in developer mode, you can run the application as a\nconventional jar file.\n\nFirst compile it:\n\n\u003e ./mvnw package\n\nThen run it:\n\n\u003e java -jar ./target/getting-started-1.0-SNAPSHOT-runner.jar\n\nHave a look at how fast it boots, or measure the total native memory consumption.\n\n### Run Quarkus as a native executable\n\nYou can also create a native executable from this application without making any\nsource code changes. A native executable removes the dependency on the JVM:\neverything needed to run the application on the target platform is included in\nthe executable, allowing the application to run with minimal resource overhead.\n\nCompiling a native executable takes a bit longer, as GraalVM performs additional\nsteps to remove unnecessary codepaths. Use the  `native` profile to compile a\nnative executable:\n\n\u003e ./mvnw package -Dnative\n\nAfter getting a cup of coffee, you'll be able to run this executable directly:\n\n\u003e ./target/getting-started-1.0-SNAPSHOT-runner\n\nGoogle Code-in and the Google Code-in logo are trademarks of Google Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxatuke%2Frandom-name-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxatuke%2Frandom-name-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxatuke%2Frandom-name-generator/lists"}