{"id":19909229,"url":"https://github.com/ignema/fastgraph","last_synced_at":"2026-04-15T14:38:56.894Z","repository":{"id":120019649,"uuid":"460021097","full_name":"Ignema/fastgraph","owner":"Ignema","description":"Sandbox project to experiment with a GraphQL API using FastAPI \u0026 Strawberry","archived":false,"fork":false,"pushed_at":"2022-03-14T21:14:30.000Z","size":494,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T08:23:46.232Z","etag":null,"topics":["fastapi","graphql","mkdocs-material","prisma","python","strawberry-graphql"],"latest_commit_sha":null,"homepage":"https://ignema.github.io/fastgraph","language":"Python","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/Ignema.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-02-16T13:42:38.000Z","updated_at":"2024-06-21T12:06:14.000Z","dependencies_parsed_at":"2023-06-14T18:00:19.515Z","dependency_job_id":null,"html_url":"https://github.com/Ignema/fastgraph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ignema/fastgraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ignema%2Ffastgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ignema%2Ffastgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ignema%2Ffastgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ignema%2Ffastgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ignema","download_url":"https://codeload.github.com/Ignema/fastgraph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ignema%2Ffastgraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31846417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["fastapi","graphql","mkdocs-material","prisma","python","strawberry-graphql"],"created_at":"2024-11-12T21:14:43.372Z","updated_at":"2026-04-15T14:38:56.871Z","avatar_url":"https://github.com/Ignema.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL with FastAPI ☁️\nSandbox project to experiment with a GraphQL API using FastAPI \u0026amp; Strawberry\n\n## Installation\n\nFirst thing that we need to do is clone the repository like so:\n    \n    git clone https://github.com/Ignema/fastgraph.git\n\n### Building the project from source\n\nTo run this project you'll need Python installed on your system. Make sure it's version 3.10 or above.\n\n    // Install dependencies\n    cd fastgraph\n    pipenv install\n\n    // Initialze SQLite database with Prisma\n    pipenv shell\n    prisma db push\n\n    // Run the server\n    uvicorn src.main:app --reload\n\n### Running the project with a container\n\nYou can either pull the image from docker hub or build it yourself. To get the image from the cloud use the following command:\n\n    docker pull ignema/fastgraph\n\nTo build it locally run the following command:\n\n    docker build -t ignema/fastgraph .\n\nNow you can run the project in either cases like so:\n\n    docker run -d --name fastgraph -p 8080:8080 ignema/fastgraph\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignema%2Ffastgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignema%2Ffastgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignema%2Ffastgraph/lists"}