{"id":19335818,"url":"https://github.com/buttercms/event-ticketing-app-quarkus","last_synced_at":"2026-02-26T01:51:00.661Z","repository":{"id":147580418,"uuid":"546948242","full_name":"ButterCMS/event-ticketing-app-quarkus","owner":"ButterCMS","description":"Building an Event Ticketing App with Quarkus \u0026 ButterCMS","archived":false,"fork":false,"pushed_at":"2022-12-15T17:45:10.000Z","size":38,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-29T22:35:45.735Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ButterCMS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2022-10-06T23:01:10.000Z","updated_at":"2023-12-06T11:03:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad40dd1d-7d30-4988-91e2-29cc67aede92","html_url":"https://github.com/ButterCMS/event-ticketing-app-quarkus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ButterCMS/event-ticketing-app-quarkus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButterCMS%2Fevent-ticketing-app-quarkus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButterCMS%2Fevent-ticketing-app-quarkus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButterCMS%2Fevent-ticketing-app-quarkus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButterCMS%2Fevent-ticketing-app-quarkus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ButterCMS","download_url":"https://codeload.github.com/ButterCMS/event-ticketing-app-quarkus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ButterCMS%2Fevent-ticketing-app-quarkus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29848622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"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-11-10T03:09:01.472Z","updated_at":"2026-02-26T01:51:00.655Z","avatar_url":"https://github.com/ButterCMS.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# event-ticketing-app-quarkus\n\nBuilding an Event Ticketing App with Quarkus \u0026amp; ButterCMS\n\nThis is a demo project that integrates [ButterCMS](https://buttercms.com) with [Quarkus](https://quarkus.io).\nIt mimics a ticketing platform on which clients can book tickets for events added by editor through Butter.\n\nThe building process is documented in the [related blog post](https://buttercms.com/blog/quarkus-tutorial-event-app/).\n\n## Important Notice\nThis project was created as an example use case of ButterCMS in conjunction with a blog article, [Building an Event Ticketing App with Quarkus \u0026 ButterCMS](https://buttercms.com/blog/quarkus-tutorial-event-app/), and will not be actively maintained. \n\nIf you’re interested in exploring the best, most up-to-date way to integrate Butter into Java frameworks like Quarkus, you can check out the following resources:\n\n### Starter Projects\n\nThe following turn-key starters are fully integrated with dynamic sample content from your ButterCMS account, including main menu, pages, blog posts, categories, and tags, all with a beautiful, custom theme with already-implemented search functionality. All of the included sample content is automatically created in your account dashboard when you sign up for a free trial of ButterCMS.\n- [Java Starter](https://buttercms.com/starters/java-starter-project/)\n- [Angular Starter](https://buttercms.com/starters/angular-starter-project/)\n- [React Starter](https://buttercms.com/starters/react-starter-project/)\n- [Vue.js Starter](https://buttercms.com/starters/vuejs-starter-project/)\n- Or see a list of all our [currently-maintained starters](https://buttercms.com/starters/). (Over a dozen and counting!)\n\n### Other Resources\n- Check out the [official ButterCMS Docs](https://buttercms.com/docs/)\n- Check out the [official ButterCMS API docs](https://buttercms.com/docs/api/)\n\n\n# Architecture\n\nThe system is organised around Butter and the service that allows clients to book tickets:\n\n![The system architecture that shows that Butter communicates with the ticket-service through webhook. It also exposes that the service has a database and that it communicates with Butter through REST API.](./architecture.svg)\n\n## Running the application in dev mode\n\nYou can run your application in dev mode that enables live coding using:\n\n```shell script\n./mvnw compile quarkus:dev\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\n```shell script\n./mvnw package\n```\n\nIt produces the `quarkus-run.jar` file in the `target/quarkus-app/` directory.\nBe aware that it’s not an _über-jar_ as the dependencies are copied into the `target/quarkus-app/lib/` directory.\n\nThe application is now runnable using `java -jar target/quarkus-app/quarkus-run.jar`.\n\nIf you want to build an _über-jar_, execute the following command:\n\n```shell script\n./mvnw package -Dquarkus.package.type=uber-jar\n```\n\nThe application, packaged as an _über-jar_, is now runnable using `java -jar target/*-runner.jar`.\n\n## Creating a native executable\n\nYou can create a native executable using:\n\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\n```shell script\n./mvnw package -Pnative -Dquarkus.native.container-build=true\n```\n\nYou can then execute your native executable with: `./target/ticket-service-1.0.0-SNAPSHOT-runner`\n\nIf you want to learn more about building native executables, please consult https://quarkus.io/guides/maven-tooling.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuttercms%2Fevent-ticketing-app-quarkus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuttercms%2Fevent-ticketing-app-quarkus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuttercms%2Fevent-ticketing-app-quarkus/lists"}