{"id":21341007,"url":"https://github.com/yavin-dev/customized-app-demo","last_synced_at":"2025-08-19T08:07:39.593Z","repository":{"id":48993707,"uuid":"351549547","full_name":"yavin-dev/customized-app-demo","owner":"yavin-dev","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-01T17:13:56.000Z","size":2733,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T02:48:52.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/yavin-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"Code_of_Conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-25T19:16:40.000Z","updated_at":"2021-07-01T17:14:00.000Z","dependencies_parsed_at":"2022-09-07T08:01:35.573Z","dependency_job_id":null,"html_url":"https://github.com/yavin-dev/customized-app-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yavin-dev/customized-app-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yavin-dev%2Fcustomized-app-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yavin-dev%2Fcustomized-app-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yavin-dev%2Fcustomized-app-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yavin-dev%2Fcustomized-app-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yavin-dev","download_url":"https://codeload.github.com/yavin-dev/customized-app-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yavin-dev%2Fcustomized-app-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271121168,"owners_count":24702723,"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-08-19T02:00:09.176Z","response_time":63,"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":"2024-11-22T00:54:32.173Z","updated_at":"2025-08-19T08:07:39.570Z","avatar_url":"https://github.com/yavin-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://yavin.dev\"\u003e\n    \u003cimg alt=\"yavin-logo\" src=\"assets/yavin-logo-transparent.svg\" height=\"150px\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eCustomized Yavin App Demo\u003c/h1\u003e\n\u003cp align=\"center\"\u003eRapidly build production quality analytics applications\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://yavin.dev\"\u003eDocs\u003c/a\u003e - \u003ca href=\"https://yavin-dev.github.io/framework\"\u003eDemo\u003c/a\u003e - \u003ca href=\"https://github.com/yavin-dev/framework/discussions\"\u003eCommunity\u003c/a\u003e\n\u003c/p\u003e\n\n## Customized Yavin App Demo\n\nThis is an demo Yavin app to showcase how Yavin can be customize.\n## Getting Started\n\n-  Install Java 8 or greater (more info [here](https://yavin.dev/pages/guide/02-start.html#prerequisites))\n- `git clone https://github.com/yavin-dev/customized-app-demo.git`\n- `cd customized-app-demo`\n\n### Start Yavin App\n\n- `./gradlew bootRun`\n- Open [http://localhost:8080](http://localhost:8080)\n\n### Build \u0026 Test Deployable Jar\n\n- Build \u0026 Test:`./gradlew build`\n- Build Only:`./gradlew build -x test`\n- Build For Prod:`./gradlew build -Penvironment=production`\n- Run Jar: `java -jar ws/build/libs/yavin-ws.jar`\n\n### Run Tests\n\n- Test All: `./gradlew test`\n- Test UI: `./gradlew ui:test`\n- Test WS: `./gradlew ws:test`\n \n### Clean Build\n\n- Clean All: `./gradlew clean`\n- Clean UI: `./gradlew ui:clean`\n- Clean WS: `./gradlew ws:clean`\n\n### Customize\n\n- Define your [DB config](./ws/src/main/resources/demo-configs/db/sql/DemoConnection.hjson) (currently loads data via the [create-demo-data.sql](./ws/src/main/resources/create-demo-data.sql) script)\n- Define your [table config](./ws/src/main/resources/demo-configs/models/tables/DemoTables.hjson)\n- Check out our [installation guide](https://yavin.dev/pages/guide/03-start.html#yavin-detailed-installation-guide) for more info\n\n## Resources\n\n[Yavin framework resources](https://github.com/yavin-dev/framework#resources)\n\nMore documentation can be found on [yavin.dev](https://yavin.dev)\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyavin-dev%2Fcustomized-app-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyavin-dev%2Fcustomized-app-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyavin-dev%2Fcustomized-app-demo/lists"}