{"id":18813489,"url":"https://github.com/kaungmyathan22/nodejs-ec2-githubactions-cicd","last_synced_at":"2026-05-04T19:42:15.439Z","repository":{"id":243655833,"uuid":"699644650","full_name":"kaungmyathan22/nodejs-ec2-githubactions-cicd","owner":"kaungmyathan22","description":"Nodejs app deployment to ec2 with cicd using github actions","archived":false,"fork":false,"pushed_at":"2023-10-03T04:15:21.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T00:27:30.641Z","etag":null,"topics":["cicd","ec2","githubactions","nodejs"],"latest_commit_sha":null,"homepage":"","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/kaungmyathan22.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-10-03T03:39:32.000Z","updated_at":"2024-06-10T10:36:39.000Z","dependencies_parsed_at":"2024-06-10T13:17:30.271Z","dependency_job_id":null,"html_url":"https://github.com/kaungmyathan22/nodejs-ec2-githubactions-cicd","commit_stats":null,"previous_names":["kaungmyathan22/nodejs-ec2-githubactions-cicd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaungmyathan22%2Fnodejs-ec2-githubactions-cicd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaungmyathan22%2Fnodejs-ec2-githubactions-cicd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaungmyathan22%2Fnodejs-ec2-githubactions-cicd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaungmyathan22%2Fnodejs-ec2-githubactions-cicd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaungmyathan22","download_url":"https://codeload.github.com/kaungmyathan22/nodejs-ec2-githubactions-cicd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239748297,"owners_count":19690237,"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":["cicd","ec2","githubactions","nodejs"],"created_at":"2024-11-07T23:37:34.854Z","updated_at":"2026-01-12T11:30:14.279Z","avatar_url":"https://github.com/kaungmyathan22.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nodejs app with rest and graphql example\n\nAn example of GraphQL queries/mutations with Node and Express js.\n\nWith GraphQL, clients can specify exactly what data they need, and the server responds with only that data, reducing the amount of data transferred over the network.\n\nRest API Endpoint for get all users: http://localhost:5000/rest/getAllUsers\n\nGraphQL Endpont: http://localhost:5000/graphql\n\nQuery for below scenarios: \n\n1. Get All Users with query operation\n\nquery{\n  getAllUsers{\n    id\n    email\n  }\n}\n\n2. Get single user details\n\nquery{\n  findUserById(id:1000){\n    id\n    firstName\n    lastName\n    email\n  }\n}\n\n3. Create User with mutation operation\n\nmutation{\n  createUser(firstName:\"sachin\",lastName:\"purohit\",email:\"sachin@sachin.com\",password:\"password\"){\n    id\n    firstName\n    lastName\n    email\n  }\n}\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaungmyathan22%2Fnodejs-ec2-githubactions-cicd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaungmyathan22%2Fnodejs-ec2-githubactions-cicd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaungmyathan22%2Fnodejs-ec2-githubactions-cicd/lists"}