{"id":22273513,"url":"https://github.com/dfleta/one-quarkus-app","last_synced_at":"2025-09-12T21:44:02.121Z","repository":{"id":94648375,"uuid":"378121110","full_name":"dfleta/one-quarkus-app","owner":"dfleta","description":"Java con conexión a bases de datos (H2) con Quarkus /Panache, JPA, Active Record, API REST JSON.","archived":false,"fork":false,"pushed_at":"2024-05-12T23:53:46.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-28T14:46:39.745Z","etag":null,"topics":["active-record","api-rest","h2-database","java-persistence-api","jpa","panache","panache-entity","quarkus"],"latest_commit_sha":null,"homepage":"","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/dfleta.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}},"created_at":"2021-06-18T10:54:50.000Z","updated_at":"2024-05-21T11:55:20.000Z","dependencies_parsed_at":"2023-07-28T22:15:32.989Z","dependency_job_id":null,"html_url":"https://github.com/dfleta/one-quarkus-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dfleta/one-quarkus-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfleta%2Fone-quarkus-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfleta%2Fone-quarkus-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfleta%2Fone-quarkus-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfleta%2Fone-quarkus-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfleta","download_url":"https://codeload.github.com/dfleta/one-quarkus-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfleta%2Fone-quarkus-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274880972,"owners_count":25367191,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"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":["active-record","api-rest","h2-database","java-persistence-api","jpa","panache","panache-entity","quarkus"],"created_at":"2024-12-03T13:13:00.362Z","updated_at":"2025-09-12T21:44:02.088Z","avatar_url":"https://github.com/dfleta.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Onequarkusapp\n\n## Instrucciones\n\n0. Crea un repo en github y compártelo de manera privada conmigo. Realiza un commit como mínimo al pasar cada caso test propuesto o **no corregiré** tu examen.\nRealiza un `push` al repo remoto en GitHub **SOLO cuando hayas terminado el proyecto**.\n\n1. Crea un proyecto REST Quarkus con Maven. Instala las dependencias del proyecto según las vayas necesitando. Comienza por instalar las dependencias a la conexión a la base de datos en memoria `H2`.\n\n2. Situa los archivos proporcionados: `schema.sql` y `application.properties` en sus directorios correspondientes del proyecto. **No** modifiques el contenido de estos dos archivos.\n\n3. Comienza implementando los casos test del archivo `ServiceTest.java`. **No** modifiques su código. Implementa la capa correspondiente al repositorio o acceso a datos con el patrón que prefieras (Active Record o DAO).\n\n4. Los casos test del servicio involucran los contenidos mínimos del módulo necesarios para aprobar.\n\n5. Una vez codificado el servicio, continua con los casos test del archivo `ResourcesTest.java` para implementar el controlador de la app.\n\n```\n            ___\n\t.-^   `--,\n       /# =========`-_\n      /# (--===___====\\\n     /#   .- --.  . --.|\n    /##   |  * ) (   * ),\n    |###  \\    /\\ \\    /|\n    |###   ----  \\  --- |\n    |####      ___)    #|\n     \\####            ##|\n      \\### ----------  /\n       \\###           (\n        '\\###         |\n          \\##         |\n           \\###.    .)\n            '======/\n       \n       SHOW ME WHAT YOU'VE GOT! \n```\n----------------------------------\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## Testing the app\n\n```shell script\n./mvnw test\n```\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./mvnw package\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\nIf you want to build an _über-jar_, execute the following command:\n```shell script\n./mvnw package -Dquarkus.package.type=uber-jar\n```\n\nThe application is now runnable using `java -jar target/quarkus-app/quarkus-run.jar`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfleta%2Fone-quarkus-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfleta%2Fone-quarkus-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfleta%2Fone-quarkus-app/lists"}