{"id":22283098,"url":"https://github.com/bitcodr/appolotodo","last_synced_at":"2025-07-17T18:03:33.096Z","repository":{"id":124047969,"uuid":"150588725","full_name":"bitcodr/appoloTodo","owner":"bitcodr","description":"Todo-list sample with Nodejs, GraphQL, Apollo, Reactjs","archived":false,"fork":false,"pushed_at":"2020-04-04T18:29:56.000Z","size":1049,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-25T19:52:11.279Z","etag":null,"topics":["appolo","express-js","graphql","nodejs","reactjs","webpack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/bitcodr.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":"2018-09-27T13:09:51.000Z","updated_at":"2020-04-04T18:29:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"172ff392-516a-411b-a8f3-693047759f62","html_url":"https://github.com/bitcodr/appoloTodo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitcodr/appoloTodo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcodr%2FappoloTodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcodr%2FappoloTodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcodr%2FappoloTodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcodr%2FappoloTodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitcodr","download_url":"https://codeload.github.com/bitcodr/appoloTodo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcodr%2FappoloTodo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265642224,"owners_count":23803838,"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":["appolo","express-js","graphql","nodejs","reactjs","webpack"],"created_at":"2024-12-03T16:38:38.273Z","updated_at":"2025-07-17T18:03:33.051Z","avatar_url":"https://github.com/bitcodr.png","language":"TypeScript","readme":"# appoloTodo\nTodo-list sample with Nodejs, Apollo, Reactjs in microservice architecture\n\n\nRun with Docker\n\n      docker-composer up\n      \nOr with NPM:\n      \n      backend folder  : \n                  npm install\n                  npm install nodemon -g\n                  npm run server\n                  \n      frontend folder :   \n                  npm install\n                  npm start\n    \n\nAccess to server:\n        \n      http://127.0.0.1:3000/graphql\n      \nAccess to front :\n  \n       http://127.0.0.1:8082\n       \n       \n   \nbackend graphql queries :\n\n    mutation createNote($text: String!, $priority: priorities!, $status: status!, $date: Int!) {\n     sendNote(text: $text, priority: $priority, status: $status, date: $date) {\n      id\n      text\n      priority\n      status\n      date\n      }\n    }\n\n\n     mutation updateNote($id:Int!,$text: String!, $priority: priorities!, $status: status!, $date: Int!) {\n       updateNote(id:$id,text: $text, priority: $priority, status: $status, date: $date) {\n      id\n      text\n      priority\n      status\n      date\n      }\n     }\n\n\n     mutation deleteNote($id: Int!) {\n       deleteNote(id: $id) {\n        id\n        text\n        priority\n        status\n        date\n        }\n      }\n\n\n     query getNotes {\n      notes {\n        id\n        text\n        priority\n        status\n        date\n        }\n      }\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcodr%2Fappolotodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcodr%2Fappolotodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcodr%2Fappolotodo/lists"}