{"id":25603613,"url":"https://github.com/accessory/technical-case-quarkus","last_synced_at":"2026-02-06T18:02:51.909Z","repository":{"id":209035128,"uuid":"723073111","full_name":"Accessory/technical-case-quarkus","owner":"Accessory","description":"technical-case-quarkus","archived":false,"fork":false,"pushed_at":"2023-11-24T16:24:37.000Z","size":243,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T17:43:52.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/Accessory.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":"2023-11-24T16:05:04.000Z","updated_at":"2023-11-24T16:09:48.000Z","dependencies_parsed_at":"2023-11-24T17:26:06.864Z","dependency_job_id":"cf2f6d36-f30d-48e5-aaf1-e541dc6ad076","html_url":"https://github.com/Accessory/technical-case-quarkus","commit_stats":null,"previous_names":["accessory/technical-case-quarkus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Accessory/technical-case-quarkus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accessory%2Ftechnical-case-quarkus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accessory%2Ftechnical-case-quarkus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accessory%2Ftechnical-case-quarkus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accessory%2Ftechnical-case-quarkus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Accessory","download_url":"https://codeload.github.com/Accessory/technical-case-quarkus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Accessory%2Ftechnical-case-quarkus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265402833,"owners_count":23759237,"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":"2025-02-21T17:27:55.129Z","updated_at":"2026-02-06T18:02:46.870Z","avatar_url":"https://github.com/Accessory.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# technical-case-quarkus\n\nThis project uses Quarkus, the Supersonic Subatomic Java Framework.\n\nIf you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .\n\n## Running the application in dev mode\n\nYou can run your application in dev mode that enables live coding using:\n```shell script\n./gradlew quarkusDev\n```\n\n\u003e **_NOTE:_**  Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.\n\n## Packaging and running the application\n\nThe application can be packaged using:\n```shell script\n./gradlew build\n```\nIt produces the `quarkus-run.jar` file in the `build/quarkus-app/` directory.\nBe aware that it’s not an _über-jar_ as the dependencies are copied into the `build/quarkus-app/lib/` directory.\n\nThe application is now runnable using `java -jar build/quarkus-app/quarkus-run.jar`.\n\nIf you want to build an _über-jar_, execute the following command:\n```shell script\n./gradlew build -Dquarkus.package.type=uber-jar\n```\n\nThe application, packaged as an _über-jar_, is now runnable using `java -jar build/*-runner.jar`.\n\n## Creating a native executable\n\nYou can create a native executable using: \n```shell script\n./gradlew build -Dquarkus.package.type=native\n```\n\nOr, if you don't have GraalVM installed, you can run the native executable build in a container using: \n```shell script\n./gradlew build -Dquarkus.package.type=native -Dquarkus.native.container-build=true\n```\n\nYou can then execute your native executable with: `./build/technical-case-quarkus-1.0-SNAPSHOT-runner`\n\nIf you want to learn more about building native executables, please consult https://quarkus.io/guides/gradle-tooling.\n\n## Related Guides\n\n- Hibernate ORM ([guide](https://quarkus.io/guides/hibernate-orm)): Define your persistent model with Hibernate ORM and Jakarta Persistence\n- Flyway ([guide](https://quarkus.io/guides/flyway)): Handle your database schema migrations\n- RESTEasy Reactive ([guide](https://quarkus.io/guides/resteasy-reactive)): A Jakarta REST implementation utilizing build time processing and Vert.x. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.\n- SmallRye OpenAPI ([guide](https://quarkus.io/guides/openapi-swaggerui)): Document your REST APIs with OpenAPI - comes with Swagger UI\n- JDBC Driver - PostgreSQL ([guide](https://quarkus.io/guides/datasource)): Connect to the PostgreSQL database via JDBC\n\n## Provided Code\n\n### Hibernate ORM\n\nCreate your first JPA entity\n\n[Related guide section...](https://quarkus.io/guides/hibernate-orm)\n\n\n\n### RESTEasy Reactive\n\nEasily start your Reactive RESTful Web Services\n\n[Related guide section...](https://quarkus.io/guides/getting-started-reactive#reactive-jax-rs-resources)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccessory%2Ftechnical-case-quarkus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccessory%2Ftechnical-case-quarkus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccessory%2Ftechnical-case-quarkus/lists"}