{"id":51228987,"url":"https://github.com/usebruno/bruno-tutorials","last_synced_at":"2026-06-28T14:02:07.090Z","repository":{"id":354892253,"uuid":"1119215809","full_name":"usebruno/bruno-tutorials","owner":"usebruno","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-13T16:12:18.000Z","size":14953,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-30T19:30:22.355Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/usebruno.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-18T23:45:20.000Z","updated_at":"2026-03-13T16:12:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/usebruno/bruno-tutorials","commit_stats":null,"previous_names":["usebruno/bruno-tutorials"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/usebruno/bruno-tutorials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebruno%2Fbruno-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebruno%2Fbruno-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebruno%2Fbruno-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebruno%2Fbruno-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usebruno","download_url":"https://codeload.github.com/usebruno/bruno-tutorials/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usebruno%2Fbruno-tutorials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34890795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"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":"2026-06-28T14:02:02.874Z","updated_at":"2026-06-28T14:02:07.083Z","avatar_url":"https://github.com/usebruno.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bruno Doggy Daycare\n\nA teaching backend for exploring [Bruno](https://github.com/usebruno/bruno) capabilities.\nUse this with the [Hands-On tutorial for Bruno](TODO) to explore Bruno's capabilities.\n\n## Overview\n\nThis application simulates a doggy daycare backend with features for:\n- **Dogs**: Profile management.\n- **Attendance**: Check-in/Check-out tracking and real-time status updates.\n- **Social**: Managing friendships between dogs.\n- **Feed**: Posting updates and streaming them via WebSockets.\n\n## Running the Application\n\n### Requirements\n- Go 1.25+\n- [grpcurl](https://github.com/fullstorydev/grpcurl) (for gRPC verification)\n\n### Building and Running the server\n\nTo build the server:\n\n```bash\n./scripts/build.sh\n# This will create the api_server binary\n```\n\nThen run the server:\n\n```bash\n./api_server\n\nStarting server on :8080\nStarting gRPC server on :50051\n```\n\nTo verify that it's running, open a separate terminal and run:\n\n```bash\ncurl http://localhost:8080/health\n\nOK\n```\n\n### Verifying server functionality\n\nTo verify that the server is running correctly, run:\n\n```bash\n./scripts/verify.sh\n\n# Runs the server in the background and performs several requests to verify that it is running correctly.\n```\n\n_Note: The script launches the server in the background. Make sure that nothing is listening on ports `8080` and `50051` before running the script._\n\n## Configuration\n\nConfiguration is handled via environment variables:\n- `PORT`: Port for REST API + WebSockets (default: `8080`)\n- `GRPC_PORT`: Port for gRPC server (default: `50051`)\n- `DB_PATH`: Path to SQLite database (default: `doggy_daycare.db`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusebruno%2Fbruno-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusebruno%2Fbruno-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusebruno%2Fbruno-tutorials/lists"}