{"id":18705156,"url":"https://github.com/bozzelliandrea/whychat-server","last_synced_at":"2026-04-15T23:32:04.802Z","repository":{"id":103556785,"uuid":"443864070","full_name":"bozzelliandrea/whychat-server","owner":"bozzelliandrea","description":"Backend layer that exposes some APIs used by WhyChat App","archived":false,"fork":false,"pushed_at":"2023-06-06T09:09:29.000Z","size":52,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T06:07:41.196Z","etag":null,"topics":["api-rest","backend","backend-api","dart","dartlanguage","flutter","jwt","jwt-authentication"],"latest_commit_sha":null,"homepage":"","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/bozzelliandrea.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":"2022-01-02T20:32:44.000Z","updated_at":"2024-05-07T08:49:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"9864d6bd-9693-4b28-bd5e-bf3cc0436f46","html_url":"https://github.com/bozzelliandrea/whychat-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bozzelliandrea/whychat-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozzelliandrea%2Fwhychat-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozzelliandrea%2Fwhychat-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozzelliandrea%2Fwhychat-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozzelliandrea%2Fwhychat-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bozzelliandrea","download_url":"https://codeload.github.com/bozzelliandrea/whychat-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozzelliandrea%2Fwhychat-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004906,"owners_count":26083802,"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-10-10T02:00:06.843Z","response_time":62,"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":["api-rest","backend","backend-api","dart","dartlanguage","flutter","jwt","jwt-authentication"],"created_at":"2024-11-07T12:09:53.351Z","updated_at":"2025-10-10T18:52:33.425Z","avatar_url":"https://github.com/bozzelliandrea.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"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```\ncurl -X POST http://localhost:8080/auth/register -H \"Content-Type: application/json\" -d '{\"email\":\"email@email.com\", \"password\":\"pass\"}'\n```\n\nYou should see the logging printed in the first terminal:\n```\n\u003cTIMESTAMP\u003e [200] /auth/registerr\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbozzelliandrea%2Fwhychat-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbozzelliandrea%2Fwhychat-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbozzelliandrea%2Fwhychat-server/lists"}