{"id":24522809,"url":"https://github.com/gbzarelli/klean-arch-sample","last_synced_at":"2025-04-14T12:12:22.124Z","repository":{"id":180990173,"uuid":"202422467","full_name":"gbzarelli/klean-arch-sample","owner":"gbzarelli","description":"[KOTLIN] [CLEAN ARCHITECTURE] [GRADLE] Sample project with modules to represent a clean architecture. Using Kotlin and Gradle to build","archived":false,"fork":false,"pushed_at":"2020-10-04T13:06:32.000Z","size":189,"stargazers_count":24,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T12:12:15.606Z","etag":null,"topics":["clean-architecture","gradle","jdk11","kotlin","kotlin-clean-architecture"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/gbzarelli.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":"2019-08-14T20:37:50.000Z","updated_at":"2024-09-30T12:41:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3a49ddc-5712-474b-ae24-120c719deafa","html_url":"https://github.com/gbzarelli/klean-arch-sample","commit_stats":null,"previous_names":["gbzarelli/klean-arch-sample"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbzarelli%2Fklean-arch-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbzarelli%2Fklean-arch-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbzarelli%2Fklean-arch-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbzarelli%2Fklean-arch-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbzarelli","download_url":"https://codeload.github.com/gbzarelli/klean-arch-sample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877959,"owners_count":21176244,"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":["clean-architecture","gradle","jdk11","kotlin","kotlin-clean-architecture"],"created_at":"2025-01-22T03:35:43.713Z","updated_at":"2025-04-14T12:12:22.094Z","avatar_url":"https://github.com/gbzarelli.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KLEAN ARCH SAMPLE\n\nSample project with modules to represent a `clean architecture`. \nUsing `Kotlin` and `Gradle` to build\n\n# IN DEVELOPMENT...\n\n## Technologies\n\n* Language: [`Kotlin`](https://kotlinlang.org) \n* Compilation: [`Gradle`](https://gradle.org)\n* Framework: [`Spring Boot`](https://spring.io/projects/spring-boot)\n* Cache: [`Caffeine`](https://github.com/ben-manes/caffeine)\n* Banco de dados: [`H2`](h2database.com) / [`MySQL`](https://www.mysql.com) / [`Flyway`](https://flywaydb.org)\n* Documentation: [`Swagger`](https://swagger.io)\n* Tests: \n    * Test unit [`jUnit5`](https://junit.org/junit5/docs/current/user-guide/) \n    * Mocks [`Mockk`](https://mockk.io)\n    * Coverage [`Jacoco`](https://www.jacoco.org)\n\n## Building and Running the application\n\n* Building the application:\n```\n./gradlew clean build\n```\n* Tests\n\n    - All tests:\n    ```\n        ./gradlew check\n    ```\n    - Unit tests:\n    ```\n        ./gradlew test\n    ```\n    - Integration tests ( marked with `@Tag(\"integration\")` )\n    ```\n        ./gradlew integrationTest\n    ```\n    - To generate jacoco reports after `test` (output: build/reports/jacoco/jacocoFullReport)\n    ```\n        ./gradlew jacocoFullReport\n    ```\n\n* Running the application (from the jar, after having built it):\n```\n    java -jar build/klean-arch.jar\n```\n* Running the application (on the fly):\n```\n    ./gradlew bootRun\n```\n* Running the application (in the IDE): open and run the main class ( Configuration module )\n```\n    br.com.helpdev.kleanarch.Application\n```\n* More info on available tasks:\n```\n    ./gradlew tasks\n```\n\n## Resources\n\n* [Clean Architecture - Robert C. Martin](https://www.amazon.com.br/Clean-Architecture-Craftsmans-Software-Structure-ebook/dp/B075LRM681)\n* [Clean Architecture presentation - Mattia Battiston](https://www.slideshare.net/mattiabattiston/real-life-clean-architecture-61242830)\n* [clean-architecture-example - mattia-battiston (forked)](https://github.com/gbzarelli/clean-architecture-example)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbzarelli%2Fklean-arch-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbzarelli%2Fklean-arch-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbzarelli%2Fklean-arch-sample/lists"}