{"id":16547552,"url":"https://github.com/waiting-for-dev/hanami_2_web_pipe_todo_app","last_synced_at":"2025-07-25T02:38:21.603Z","repository":{"id":66166849,"uuid":"413728384","full_name":"waiting-for-dev/hanami_2_web_pipe_todo_app","owner":"waiting-for-dev","description":"Example To-Do app with hanami 2 \u0026 web_pipe","archived":false,"fork":false,"pushed_at":"2022-01-23T05:03:30.000Z","size":373,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-04T11:43:24.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/waiting-for-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-10-05T08:09:08.000Z","updated_at":"2022-05-07T13:15:44.000Z","dependencies_parsed_at":"2023-03-30T21:02:54.094Z","dependency_job_id":null,"html_url":"https://github.com/waiting-for-dev/hanami_2_web_pipe_todo_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/waiting-for-dev/hanami_2_web_pipe_todo_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waiting-for-dev%2Fhanami_2_web_pipe_todo_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waiting-for-dev%2Fhanami_2_web_pipe_todo_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waiting-for-dev%2Fhanami_2_web_pipe_todo_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waiting-for-dev%2Fhanami_2_web_pipe_todo_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waiting-for-dev","download_url":"https://codeload.github.com/waiting-for-dev/hanami_2_web_pipe_todo_app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waiting-for-dev%2Fhanami_2_web_pipe_todo_app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266945028,"owners_count":24010491,"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-07-25T02:00:09.625Z","response_time":70,"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-10-11T19:14:41.150Z","updated_at":"2025-07-25T02:38:21.574Z","avatar_url":"https://github.com/waiting-for-dev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TodoManager\n\nThis is a Hanami 2 + web_pipe sample application to be used at RubyConf21:\n\n[Harness the power of functions to build composable rack\napplications](https://rubyconf.org/program/sessions#session-1229).\n\n## Docker development\n\nTo bootstrap and setup the app and its assets server, just run:\n\n```\nscript/setup docker\n```\n\nTo start the app:\n\n```\ndocker-compose up app\n```\n\n## Local development\n\n### Requirements\n\nThe scripts below require [Homebrew][brew] and [asdf][asdf] installed, and\n[asdf added to your shell][asdf-shell].\n\nIf you prefer different tools, remove `Brewfile` and `.tool-versions`, and adapt\nthe `script/` files (mentioned below) to use your preferred tools.\n\n[brew]: https://brew.sh\n[asdf]: https://asdf-vm.com\n[asdf-shell]: https://asdf-vm.com/#/core-manage-asdf-vm?id=add-to-your-shell\n\n### Local setup\n\nAfter cloning, run:\n\n```\n./script/bootstrap\n```\n\n#### Running supporting services\n\nTo start the supporting services, run:\n\n```\n./script/support\n```\n\nThese must be running before completing the following steps.\n\n#### Setup\n\nAfter the supporting services have started, run:\n\n```\n./script/setup\n```\n\n### After pulling changes\n\nAfter pulling changes from the remote, run:\n\n```\n./script/update\n```\n\n#### Running the app\n\nTo run the app:\n\n```\n./script/server\n```\n\nThis launches the application processes using [overmind][overmind], which places\neach into a [tmux][tmux] session. You can connect to a specific process to\ninteract with it (which is useful when using an interactive debugger inside the\n`web` process):\n\n```\novermind c web\n```\n\n⚠️ To detatch from the tmux session, use the\n\u003ckbd\u003ectrl\u003c/kbd\u003e+\u003ckbd\u003eb\u003c/kbd\u003e,\u003ckbd\u003ed\u003c/kbd\u003e shortcut.\n\n[overmind]: https://github.com/DarthSim/overmind\n[tmux]: https://thoughtbot.com/blog/a-tmux-crash-course\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaiting-for-dev%2Fhanami_2_web_pipe_todo_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaiting-for-dev%2Fhanami_2_web_pipe_todo_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaiting-for-dev%2Fhanami_2_web_pipe_todo_app/lists"}