{"id":17204507,"url":"https://github.com/bboure/bitprj-todo-api","last_synced_at":"2025-03-25T09:43:19.448Z","repository":{"id":88814055,"uuid":"487620088","full_name":"bboure/bitprj-todo-api","owner":"bboure","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-01T19:50:29.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T09:12:28.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/bboure.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":"2022-05-01T19:07:17.000Z","updated_at":"2022-05-01T19:07:40.000Z","dependencies_parsed_at":"2023-03-24T00:48:01.834Z","dependency_job_id":null,"html_url":"https://github.com/bboure/bitprj-todo-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboure%2Fbitprj-todo-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboure%2Fbitprj-todo-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboure%2Fbitprj-todo-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bboure%2Fbitprj-todo-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bboure","download_url":"https://codeload.github.com/bboure/bitprj-todo-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245437203,"owners_count":20615231,"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-10-15T02:22:13.611Z","updated_at":"2025-03-25T09:43:19.427Z","avatar_url":"https://github.com/bboure.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Requirements\n\n- [node.js](https://nodejs.org/en/) v14 or newer\n- an [AWS account](https://portal.aws.amazon.com/billing/signup) (It comes with a very generous [free tier](https://aws.amazon.com/free/))\n- the [aws cli](https://aws.amazon.com/cli/) + [configure it](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html)\n- willingness to learn 💪\n\n# Install\n\n```\nnpm i\n```\n\n# Deploy\n\n```bash\nnpx sls deploy\n```\n\n# Test the API\n\nYou can use the AWS console:\n\n- Go to the AWS console\n- Select the AWS AppSync service\n- Select the deployed AppSync API\n- Go to `Queries`\n\nOr, you can use [Postman](https://www.postman.com/), [Insomnia](https://insomnia.rest/), or your favourite GraphQL client.\n\nExecute the below query.\n\n```graphql\nquery MyQuery {\n  getTodo(id: \"2\") {\n    id\n    title\n    items {\n      label\n      done\n    }\n  }\n}\n```\n\n# Tear it down!\n\nServerless resources are usually free when not used (they \"scale down to zero\"), but to avoid any charge, it is best to undo/destroy everything you have done.\n\n```bash\nnpx sls remove\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbboure%2Fbitprj-todo-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbboure%2Fbitprj-todo-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbboure%2Fbitprj-todo-api/lists"}