{"id":28830460,"url":"https://github.com/ayeshlk/delivery-service","last_synced_at":"2026-04-28T01:32:15.880Z","repository":{"id":109326356,"uuid":"483847626","full_name":"ayeshLK/delivery-service","owner":"ayeshLK","description":"Application to update and retrieve delivery information","archived":false,"fork":false,"pushed_at":"2022-04-21T06:14:21.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T05:28:38.429Z","etag":null,"topics":["graphql","kotlin","springboot2","springwebflux"],"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/ayeshLK.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-20T23:50:08.000Z","updated_at":"2022-04-22T18:30:33.000Z","dependencies_parsed_at":"2023-03-27T16:17:32.398Z","dependency_job_id":null,"html_url":"https://github.com/ayeshLK/delivery-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayeshLK/delivery-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayeshLK%2Fdelivery-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayeshLK%2Fdelivery-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayeshLK%2Fdelivery-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayeshLK%2Fdelivery-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayeshLK","download_url":"https://codeload.github.com/ayeshLK/delivery-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayeshLK%2Fdelivery-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32362781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["graphql","kotlin","springboot2","springwebflux"],"created_at":"2025-06-19T05:17:13.936Z","updated_at":"2026-04-28T01:32:15.871Z","avatar_url":"https://github.com/ayeshLK.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delivery Service Application\n\nService to retrieve and update delivery details.\n\n## Deployment Setup\n- This application is using logging. Please set up the logging path which could be found in `logback.xml` before running the application.\n\n### Running locally\n\nTo build the project execute following command.\n\n```shell script\n./gradlew build\n```\n\nThen to start the server:\n\n* Run `DeliveryServiceApplication.kt` directly from your IDE\n* Alternatively you can also use the spring boot plugin from the command line.\n\n```shell script\n./gradlew bootRun\n```\n\nOnce the app has started you can explore the example schema by opening the GraphQL Playground endpoint at http://localhost:9090/playground.\n\n#### Query for Current Delivery Information\n- Go to GraphQL playground URL from your browser.\n- Run following query:\n```\nquery {\n  deliveries(status: NOT_RECEIVED) {\n    deliveryId\n    status\n  }\n}\n```\n\n#### Update the status of the delivery information\n- Go to GraphQL playground URL from your browser.\n- Run following mutation:\n```\nmutation {\n  updateDeliveryStatus(deliveryId: \"101\", status: RECEIVED) {\n    deliveryId\n    status\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayeshlk%2Fdelivery-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayeshlk%2Fdelivery-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayeshlk%2Fdelivery-service/lists"}