{"id":19590047,"url":"https://github.com/truggeri/buffalo-todo","last_synced_at":"2026-06-10T02:31:29.397Z","repository":{"id":130444948,"uuid":"293152750","full_name":"truggeri/buffalo-todo","owner":"truggeri","description":"A todo app using Go Buffalo","archived":false,"fork":false,"pushed_at":"2020-09-06T15:20:04.000Z","size":167,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T13:46:18.061Z","etag":null,"topics":["buffalo-framework","go","golang","myfirst","todo","wip"],"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/truggeri.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}},"created_at":"2020-09-05T20:54:37.000Z","updated_at":"2020-09-06T15:20:07.000Z","dependencies_parsed_at":"2023-03-22T22:31:44.465Z","dependency_job_id":null,"html_url":"https://github.com/truggeri/buffalo-todo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/truggeri/buffalo-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truggeri%2Fbuffalo-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truggeri%2Fbuffalo-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truggeri%2Fbuffalo-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truggeri%2Fbuffalo-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/truggeri","download_url":"https://codeload.github.com/truggeri/buffalo-todo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truggeri%2Fbuffalo-todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34134633,"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-10T02:00:07.152Z","response_time":89,"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":["buffalo-framework","go","golang","myfirst","todo","wip"],"created_at":"2024-11-11T08:23:06.810Z","updated_at":"2026-06-10T02:31:29.379Z","avatar_url":"https://github.com/truggeri.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Buffalo\n\nThank you for choosing Buffalo for your web development needs.\n\n## Development Database Setup\n\nThe following are instructions for using the [Postgres Docker image](https://hub.docker.com/_/postgres) for your local dev needs.\n\n```bash\ndocker pull postgres:12\ndocker run --name buffalo-todo-db -e POSTGRES_DB=buffalo-todo-db -e POSTGRES_USER=buffalo-todo-user -e POSTGRES_PASSWORD=$BUFFALO_TODO_DB_PASSWORD -d -p 15432:5432 postgres:12\n```\n\nNote that the database password should be put in a `.env` file like this,\n\n```env\nBUFFALO_TODO_DB_PASSWORD=my_super_cool_password\n```\n\n## Starting the Application\n\nBuffalo ships with a command that will watch your application and automatically rebuild the Go binary and any assets for you. To do that run the \"buffalo dev\" command:\n\n```bash\nbuffalo dev\n```\n\nIf you point your browser to [http://127.0.0.1:3000](http://127.0.0.1:3000) you should see a \"Welcome to Buffalo!\" page.\n\n**Congratulations!** You now have your Buffalo application up and running.\n\n## What Next\n\nWe recommend you heading over to [http://gobuffalo.io](http://gobuffalo.io) and reviewing all of the great documentation there.\n\nGood luck!\n\n[Powered by Buffalo](http://gobuffalo.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruggeri%2Fbuffalo-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruggeri%2Fbuffalo-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruggeri%2Fbuffalo-todo/lists"}