{"id":22743983,"url":"https://github.com/lucasmmg1/strapigraphql_poc_v1","last_synced_at":"2026-05-09T03:39:29.584Z","repository":{"id":221880131,"uuid":"755610291","full_name":"lucasmmg1/strapigraphql_poc_v1","owner":"lucasmmg1","description":"Repository for the v1 of Venosa's Strapi Server with GraphQL POC","archived":false,"fork":false,"pushed_at":"2024-02-16T17:39:43.000Z","size":12323,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop/develop","last_synced_at":"2025-06-15T11:56:20.924Z","etag":null,"topics":["graphql","made-with-unity","madewithunity","poc","proof-of-concept","strapi","unity","unity-engine","unity3d"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/lucasmmg1.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":"2024-02-10T18:23:46.000Z","updated_at":"2024-09-22T21:19:30.000Z","dependencies_parsed_at":"2024-12-11T01:47:40.263Z","dependency_job_id":null,"html_url":"https://github.com/lucasmmg1/strapigraphql_poc_v1","commit_stats":null,"previous_names":["lucasmmg1/venosa_exercise"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucasmmg1/strapigraphql_poc_v1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmmg1%2Fstrapigraphql_poc_v1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmmg1%2Fstrapigraphql_poc_v1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmmg1%2Fstrapigraphql_poc_v1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmmg1%2Fstrapigraphql_poc_v1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasmmg1","download_url":"https://codeload.github.com/lucasmmg1/strapigraphql_poc_v1/tar.gz/refs/heads/develop/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasmmg1%2Fstrapigraphql_poc_v1/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268165838,"owners_count":24206423,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["graphql","made-with-unity","madewithunity","poc","proof-of-concept","strapi","unity","unity-engine","unity3d"],"created_at":"2024-12-11T01:37:33.220Z","updated_at":"2026-05-09T03:39:24.565Z","avatar_url":"https://github.com/lucasmmg1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\n# Proof of Concept: Strapi server with GraphQL query\nThis is a proof of concept made for testing a GraphQL query made to a Strapi in order to retrieve a random color and change a cube's material in an Unity project.\n\n\u003ch2\u003e Goals \u003c/h2\u003e\n\u003cp\u003e\n\tThis POC had two main goals: \u003cbr\u003e\n\t\u003cb\u003e 1: To create a Strapi server and add some entries related to colors. \u003c/b\u003e \u003cbr\u003e\n\t\u003cb\u003e 2: To create a Unity project that would make a GraphQL query and use the result to change a cube's color. \u003c/b\u003e \u003cbr\u003e\n\u003c/p\u003e\n\n\u003ch2\u003e Problems \u003c/h2\u003e\n\u003ch4\u003e \u003cp\u003e Problem 1: The NPM version \u003c/p\u003e \u003c/h4\u003e\n\u003cp\u003e\n  The NPM version that I had wasn't the right one, so the Strapi was giving me some errors. What I had to do was change the \n  NPM version to 14.21.3, based on the NPM version listed on the package-lock.json.\n\u003c/p\u003e\n\n\u003ch2\u003e Achieved \u003c/h2\u003e\n\u003cp\u003e\n  All of the goals were achieved.\n\u003c/p\u003e\n\n\u003ch2\u003e Steps \u003c/h2\u003e\n\u003cp\u003e \n\t\u003cb\u003e 1: Strapi installation: run the following command: npm install strapi@latest -g \u003c/b\u003e \u003cbr\u003e\n\t\u003cb\u003e 2: Creation of the project: run the following command and press enter into every step: strapi new StrapiServer \u003c/b\u003e \u003cbr\u003e\n\t\u003cb\u003e 3: Entering the folder: just enter the folder with the following command: cd StrapiServer \u003c/b\u003e \u003cbr\u003e\n\t\u003cb\u003e 4: Project's build: run the following command: npm run build \u003c/b\u003e \u003cbr\u003e\n\t\u003cb\u003e 5: Enter the [admin webpage](http://localhost:1337/admin) and create an admin profile \u003c/b\u003e \u003cbr\u003e\n\t\u003cb\u003e 6: Install the GraphQL: run the following command: npm install --save graphql \u003c/b\u003e \u003cbr\u003e\n\t\u003cb\u003e 7: Enter the admin's Content-Types Builder and create the color type. \u003c/b\u003e \u003cbr\u003e\n\t\u003cb\u003e 8: Add the colors according to your desire. \u003c/b\u003e \u003cbr\u003e\n \u003c/p\u003e\n\n\u003ch2\u003e Observations \u003c/h2\u003e\n\u003cp\u003e When downloading the repository, remeber to enter the StrapiServer folder via command line and run the following commands: npm install and npm run develop \u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasmmg1%2Fstrapigraphql_poc_v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasmmg1%2Fstrapigraphql_poc_v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasmmg1%2Fstrapigraphql_poc_v1/lists"}