{"id":22842858,"url":"https://github.com/pedrolaraburu/learn_graphql","last_synced_at":"2026-05-05T14:07:49.957Z","repository":{"id":213638607,"uuid":"730887698","full_name":"pedrolaraburu/learn_graphql","owner":"pedrolaraburu","description":"Coopersystem back-end challenge for interns.","archived":false,"fork":false,"pushed_at":"2023-12-28T13:12:07.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T09:25:19.737Z","etag":null,"topics":["apollo-graphql","docker","graphql","nodejs","prisma"],"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/pedrolaraburu.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}},"created_at":"2023-12-12T22:28:40.000Z","updated_at":"2023-12-22T13:19:50.000Z","dependencies_parsed_at":"2023-12-28T14:28:42.664Z","dependency_job_id":"f561010a-2125-4b59-85e3-4b1dd5e1c445","html_url":"https://github.com/pedrolaraburu/learn_graphql","commit_stats":null,"previous_names":["pedrolaraburu/learn_graphql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolaraburu%2Flearn_graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolaraburu%2Flearn_graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolaraburu%2Flearn_graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrolaraburu%2Flearn_graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrolaraburu","download_url":"https://codeload.github.com/pedrolaraburu/learn_graphql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246418641,"owners_count":20773938,"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":["apollo-graphql","docker","graphql","nodejs","prisma"],"created_at":"2024-12-13T02:10:51.678Z","updated_at":"2025-10-17T20:11:09.788Z","avatar_url":"https://github.com/pedrolaraburu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL Challenge\nThis repository is a training ground for learning and implementing GraphQL with Apollo, Prisma ORM, Docker, and Jest. It's designed to provide hands-on experience with CRUD operations in a GraphQL environment.\n\n# Challenge Objectives\n- Implement CRUD operations using Apollo GraphQL.\n- Utilize Prisma as an ORM.\n- Containerize the application using Docker.\n- Write unit tests with Jest (Work In Progress).\n- Implement authentication and authorization.\n\n# Prerequisites\n- **Node.js**: v18.17.1+\n- **Docker**:  v24.0.6+\n\n# Setup \n\n```bash\n# Clone this repository\ngit clone https://github.com/pedrolaraburu/learn_graphql\n# Navigate to the project repository\ncd learn_graphql\n# Build your containers and start them\nmake build\n```\n\n## Generating a secret key\n\n```bash\n# When first executing `make build` a secret key will be added to your .env file\n# But in case you want to generate it manually please execute the command below\nopenssl rand -hex 32\n# Don't forget to paste it into your .env file\n```\n## Environment Variables\n```bash\nDATABASE_URL=\"postgres://user:password@localhost:5432/dbname?schema=public\"\nSECRET_KEY = \"\" # Paste your generated secret key here\n```\n\n## Extra\n\n```bash\n# Show available makefile commands\nmake \n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolaraburu%2Flearn_graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrolaraburu%2Flearn_graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrolaraburu%2Flearn_graphql/lists"}