{"id":18735402,"url":"https://github.com/codekeyz/pizza_dart_app","last_synced_at":"2025-11-15T14:30:14.006Z","repository":{"id":217836869,"uuid":"744874469","full_name":"codekeyz/pizza_dart_app","owner":"codekeyz","description":"Simple dart backend with Shelf","archived":false,"fork":false,"pushed_at":"2024-07-15T10:53:49.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T16:35:07.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/codekeyz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-01-18T07:20:15.000Z","updated_at":"2024-07-15T10:53:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9605ca5-04b3-4e5b-baba-d1749dfbb2f2","html_url":"https://github.com/codekeyz/pizza_dart_app","commit_stats":null,"previous_names":["codekeyz/pizza_dart_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekeyz%2Fpizza_dart_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekeyz%2Fpizza_dart_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekeyz%2Fpizza_dart_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekeyz%2Fpizza_dart_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codekeyz","download_url":"https://codeload.github.com/codekeyz/pizza_dart_app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239608633,"owners_count":19667694,"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":[],"created_at":"2024-11-07T15:16:51.291Z","updated_at":"2025-11-15T14:30:13.659Z","avatar_url":"https://github.com/codekeyz.png","language":"Dart","readme":"A server app built using [Shelf](https://pub.dev/packages/shelf),\nconfigured to enable running with [Docker](https://www.docker.com/).\n\nThis sample code handles HTTP GET requests to `/` and `/echo/\u003cmessage\u003e`\n\n# Running the sample\n\n## Running with the Dart SDK\n\nYou can run the example with the [Dart SDK](https://dart.dev/get-dart)\nlike this:\n\n```\n$ dart run bin/server.dart\nServer listening on port 8080\n```\n\nAnd then from a second terminal:\n```\n$ curl http://0.0.0.0:8080\nHello, World!\n$ curl http://0.0.0.0:8080/echo/I_love_Dart\nI_love_Dart\n```\n\n## Running with Docker\n\nIf you have [Docker Desktop](https://www.docker.com/get-started) installed, you\ncan build and run with the `docker` command:\n\n```\n$ docker build . -t myserver\n$ docker run -it -p 8080:8080 myserver\nServer listening on port 8080\n```\n\nAnd then from a second terminal:\n```\n$ curl http://0.0.0.0:8080\nHello, World!\n$ curl http://0.0.0.0:8080/echo/I_love_Dart\nI_love_Dart\n```\n\nYou should see the logging printed in the first terminal:\n```\n2021-05-06T15:47:04.620417  0:00:00.000158 GET     [200] /\n2021-05-06T15:47:08.392928  0:00:00.001216 GET     [200] /echo/I_love_Dart\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekeyz%2Fpizza_dart_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodekeyz%2Fpizza_dart_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekeyz%2Fpizza_dart_app/lists"}