{"id":21228837,"url":"https://github.com/anras5/todo-app-backend","last_synced_at":"2026-04-12T03:03:31.854Z","repository":{"id":155441779,"uuid":"624340881","full_name":"anras5/todo-app-backend","owner":"anras5","description":"REST/GraphQL/gRPC backend todo app","archived":false,"fork":false,"pushed_at":"2024-08-04T09:46:23.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T01:47:01.439Z","etag":null,"topics":["backend","docker","golang","graphql","grpc","postgresql","rest"],"latest_commit_sha":null,"homepage":"","language":"Go","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/anras5.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":"2023-04-06T08:55:19.000Z","updated_at":"2024-08-04T09:46:26.000Z","dependencies_parsed_at":"2024-11-20T23:25:57.245Z","dependency_job_id":"0b6634d7-7caa-49d4-977c-1f5879721d07","html_url":"https://github.com/anras5/todo-app-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anras5/todo-app-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anras5%2Ftodo-app-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anras5%2Ftodo-app-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anras5%2Ftodo-app-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anras5%2Ftodo-app-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anras5","download_url":"https://codeload.github.com/anras5/todo-app-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anras5%2Ftodo-app-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31702582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"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":["backend","docker","golang","graphql","grpc","postgresql","rest"],"created_at":"2024-11-20T23:22:28.269Z","updated_at":"2026-04-12T03:03:31.839Z","avatar_url":"https://github.com/anras5.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# todo-app-backend\n\n## How to run the app\n```commandline\ndocker compose up --build\n```\n\n## Description\nSimple backend application written Go. Listens on port `8080` \\\nAvailable  REST endpoints:\n- `GET /todos`\n- `GET /todos/:id`\n- `POST /todos`\n- `PUT /todos/:id`\n- `DELETE /todos/:id`\n- `PUT /todos/:id/complete`\n- `PUT /todos/:id/incomplete`\n- `GET /todos?completed=true`\n- `GET /todos?completed=false`\n\nAvailable GraphQL endpoint:\n- `POST /graphql`\n\nAvailable gRPC service on port `9000`. The `proto` file is located in the `internal/grpc/proto` directory.\n\n## Response times of REST, GraphQL and gRPC for 100000 requests\n\n| Operation   | REST              | GraphQL           | gRPC              |\n|-------------|-------------------|-------------------|-------------------|\n| Create      | 31.70272325s  | 49.946371125s  | 27.479715708s  |\n| Get One     | 19.410775833s | 38.834429125s  | 19.171058792s  |\n| Update      | 30.546839209s | 56.15228325s   | 26.90399975s   |\n| Get All     | 286.377333ms  | 900.687959ms   | 206.215958ms   |\n| Delete      | 29.659430041s | 50.838496459s  | 30.074497541s  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanras5%2Ftodo-app-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanras5%2Ftodo-app-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanras5%2Ftodo-app-backend/lists"}