{"id":50686738,"url":"https://github.com/t1/quarkus-quinoa-demo","last_synced_at":"2026-06-08T23:32:30.535Z","repository":{"id":357306690,"uuid":"1235580907","full_name":"t1/quarkus-quinoa-demo","owner":"t1","description":"A simple book catalog management application built with Quarkus and Vue.js built via Quinoa","archived":false,"fork":false,"pushed_at":"2026-05-20T14:36:04.000Z","size":64,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-20T19:40:25.916Z","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/t1.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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-11T13:10:38.000Z","updated_at":"2026-05-12T09:33:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/t1/quarkus-quinoa-demo","commit_stats":null,"previous_names":["t1/quarkus-quinoa-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/t1/quarkus-quinoa-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fquarkus-quinoa-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fquarkus-quinoa-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fquarkus-quinoa-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fquarkus-quinoa-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t1","download_url":"https://codeload.github.com/t1/quarkus-quinoa-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fquarkus-quinoa-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34085321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2026-06-08T23:32:29.395Z","updated_at":"2026-06-08T23:32:30.526Z","avatar_url":"https://github.com/t1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Book Catalog\n\nA simple book catalog management application built with [Quarkus](https://quarkus.io/) and Vue.js.\n\n## Features\n\n- **Backend**: RESTful API built with Quarkus REST and Hibernate ORM with Panache\n- **Frontend**: Vue 3 single-page application with Vite, integrated via Quinoa\n- **Database**: H2 in-memory database (auto-configured with Dev Services)\n- **Full CRUD operations**: Create, read, update, and delete books\n- **Sample data**: Pre-loaded with classic books\n- **API Documentation**: OpenAPI 3.1 spec with [OpenAPI UI](https://github.com/t1/openapi-ui-next)\n\n## Quick Start\n\nStart the application in dev mode that enables live coding, i.e. code changes (frontend, REST API, whatever) are hot-reloaded:\n\n```shell\n./mvnw quarkus:dev\n```\n\nThen open:\n- **Frontend**: http://localhost:8080/\n- **Dev UI**: http://localhost:8080/q/dev/\n- **OpenAPI UI**: http://localhost:8080/openapi-ui\n- **OpenAPI Spec**: http://localhost:8080/q/openapi\n\n## Testing\n\nE2E tests using Playwright for Java. Tests run against the packaged JAR via `@QuarkusIntegrationTest`.\n\n**Setup (one-time):**\n```shell\nmvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args=\"install chromium\" -D exec.classpathScope=test\n```\n\n**Run tests:**\n```shell\nmvn verify                           # All tests\nmvn verify -Dit.test=BookCrudIT      # Specific class\n```\n\n**Status:** 11/13 tests passing (2 edit tests disabled pending Vue reactivity investigation)\n\n## Related Guides\n\n- Quinoa ([guide](https://quarkiverse.github.io/quarkiverse-docs/quarkus-quinoa/dev/index.html)): Develop, build, and serve your npm-compatible web applications such as React, Angular, Vue, Lit, Svelte, Astro, SolidJS, and others alongside Quarkus.\n- REST Jackson ([guide](https://quarkus.io/guides/rest#json-serialisation)): Jackson serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it\n- Hibernate ORM with Panache ([guide](https://quarkus.io/guides/hibernate-orm-panache)): Simplified JPA/Hibernate data access layer with active record and repository patterns\n- JDBC Driver - H2 ([guide](https://quarkus.io/guides/datasource)): Connect to the H2 database via JDBC\n- Playwright ([docs](https://playwright.dev/)): Modern end-to-end testing framework\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1%2Fquarkus-quinoa-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft1%2Fquarkus-quinoa-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1%2Fquarkus-quinoa-demo/lists"}