{"id":17558063,"url":"https://github.com/valandro/quarkus","last_synced_at":"2026-04-27T23:35:22.254Z","repository":{"id":67774647,"uuid":"306880175","full_name":"valandro/quarkus","owner":"valandro","description":"Repository to learn about quarkus and also test some reactive features.","archived":false,"fork":false,"pushed_at":"2020-11-01T12:42:32.000Z","size":158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T09:41:36.538Z","etag":null,"topics":["quarkus"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valandro.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-24T12:36:31.000Z","updated_at":"2020-12-04T19:36:19.000Z","dependencies_parsed_at":"2023-04-23T04:47:16.175Z","dependency_job_id":null,"html_url":"https://github.com/valandro/quarkus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/valandro/quarkus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fquarkus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fquarkus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fquarkus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fquarkus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valandro","download_url":"https://codeload.github.com/valandro/quarkus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valandro%2Fquarkus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["quarkus"],"created_at":"2024-10-21T09:43:10.309Z","updated_at":"2026-04-27T23:35:22.248Z","avatar_url":"https://github.com/valandro.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n# Quarkus\n\n### Project diagram\n\n![Project image](./diagram/diagram.png)\n\n### Setup environment\n\nYou should create an instance of Postgres database with some sample data. You can do that by running:\n\n```shell script\ndocker-compose up -d\n```\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./mvnw compile quarkus:dev\n```\n\n### Packaging and running the application\n\nThe application can be packaged using:\n```shell script\n./mvnw package\n```\nIt produces the `quarkus-1.0.0-SNAPSHOT-runner.jar` file in the `/target` directory.\n\nThe application is now runnable using `java -jar target/quarkus-1.0.0-SNAPSHOT-runner.jar`.\n\n### Creating a native executable\n\nYou can create a native executable using: \n```shell script\n./mvnw package -Pnative\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./mvnw package -Pnative -Dquarkus.native.container-build=true\n```\n\nYou can then execute your native executable with: `./target/quarkus-1.0.0-SNAPSHOT-runner`\n\n### Swagger\n\nThe swagger documentation could be found at:\n\n```shell script\nhttp://localhost:8088/swagger-ui\n```\n\n### License\nMIT License. [Click here for more information.](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalandro%2Fquarkus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalandro%2Fquarkus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalandro%2Fquarkus/lists"}