{"id":19123732,"url":"https://github.com/cwithmichael/godo","last_synced_at":"2026-06-14T01:33:13.943Z","repository":{"id":42480882,"uuid":"392527502","full_name":"cwithmichael/godo","owner":"cwithmichael","description":"Todo web app written in Go","archived":false,"fork":false,"pushed_at":"2022-04-21T03:32:04.000Z","size":58,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-22T13:42:50.639Z","etag":null,"topics":["go","golang","todo"],"latest_commit_sha":null,"homepage":"","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/cwithmichael.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}},"created_at":"2021-08-04T02:56:38.000Z","updated_at":"2022-02-20T00:41:03.000Z","dependencies_parsed_at":"2022-09-14T17:52:34.151Z","dependency_job_id":null,"html_url":"https://github.com/cwithmichael/godo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cwithmichael/godo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwithmichael%2Fgodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwithmichael%2Fgodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwithmichael%2Fgodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwithmichael%2Fgodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cwithmichael","download_url":"https://codeload.github.com/cwithmichael/godo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cwithmichael%2Fgodo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34306772,"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-13T02:00:06.617Z","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":["go","golang","todo"],"created_at":"2024-11-09T05:26:59.742Z","updated_at":"2026-06-14T01:33:13.925Z","avatar_url":"https://github.com/cwithmichael.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/cwithmichael/godo)](https://goreportcard.com/report/github.com/cwithmichael/godo)\n\n# Godo\n\nA basic Todo app written with Go. Based on the Let's Go book by Alex Ewards.\n\n## Example screenshot\n\n![godo](https://user-images.githubusercontent.com/1703143/161475014-4b10571e-08d7-418a-b66b-2e94c4d3de2e.png)\n\n## How to Run\n\nThe easiest way to run this is with `docker-compose`. Please see the [official documentation](https://docs.docker.com/compose/install/) for instructions on how to install it on your machine.\n\n1. Generate a self-signed TLS certificate\n\n   We'll use the `generate_cert.go` tool included with Go installations. Run these commands from inside the root directory of this project.\n\n   ```bash\n   $ mkdir tls\n   $ cd tls\n   ```\n\n   #### On Linux:\n\n   ```bash\n   $ go run /usr/local/go/src/crypto/tls/generate_cert.go --rsa-bits=2048 --host=localhost\n   ```\n\n   #### On Mac (assuming you installed Go with brew):\n\n   ```zsh\n   $ go run /usr/local/Cellar/go/\u003cversion\u003e/libexec/src/crypto/tls/generate_cert.go --rsa-bits=2048 --host=localhost\n   ```\n\n   #### On Windows:\n\n   ```\n   \u003e go run 'C:\\Program Files\\Go\\src\\crypto\\tls\\generate_cert.go' --rsa-bits=2048 --host=localhost\n   ```\n\n2. `docker-compose up`\n3. Go to http://localhost:4000 in your web browser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwithmichael%2Fgodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcwithmichael%2Fgodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcwithmichael%2Fgodo/lists"}