{"id":18447666,"url":"https://github.com/koki-develop/litetodo","last_synced_at":"2025-04-15T08:58:39.760Z","repository":{"id":220748654,"uuid":"752468609","full_name":"koki-develop/litetodo","owner":"koki-develop","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-19T13:02:06.000Z","size":32,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T08:58:36.411Z","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/koki-develop.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}},"created_at":"2024-02-03T23:31:42.000Z","updated_at":"2024-02-05T01:20:03.000Z","dependencies_parsed_at":"2024-04-19T14:27:38.586Z","dependency_job_id":null,"html_url":"https://github.com/koki-develop/litetodo","commit_stats":null,"previous_names":["koki-develop/litetodo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Flitetodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Flitetodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Flitetodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Flitetodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koki-develop","download_url":"https://codeload.github.com/koki-develop/litetodo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249040048,"owners_count":21202813,"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","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-11-06T07:14:06.360Z","updated_at":"2025-04-15T08:58:39.728Z","avatar_url":"https://github.com/koki-develop.png","language":"Go","readme":"# Start\n\n```console\n$ docker compose up --build\n```\n\n# Usage\n\n## Create a task\n\n```console\n$ curl http://localhost:8080/tasks \\\n    -X POST \\\n    -H 'Content-Type: application/json' \\\n    --data '{ \"title\": \"aaa\" }'\n```\n\n## Get tasks\n\n```console\n$ curl http://localhost:8080/tasks\n```\n\n## Get a task\n\n```console\n$ curl http://localhost:8080/tasks/1\n```\n\n## Update a task\n\n```console\n$ curl http://localhost:8080/tasks/1 \\\n    -X PATCH \\\n    -H 'Content-Type: application/json' \\\n    --data '{ \"title\": \"updated\", \"completed\": true }'\n```\n\n## Delete a task\n\n```console\n$ curl http://localhost:8080/tasks/1 \\\n    -X DELETE\n```\n\n# LICENSE\n\n[MIT](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Flitetodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoki-develop%2Flitetodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Flitetodo/lists"}