{"id":17259511,"url":"https://github.com/muneeb706/django-graphql","last_synced_at":"2026-04-14T23:33:28.816Z","repository":{"id":154490544,"uuid":"430545773","full_name":"muneeb706/django-graphql","owner":"muneeb706","description":"GraphQL API tutorial with graphene-django","archived":false,"fork":false,"pushed_at":"2024-02-16T08:43:24.000Z","size":1479,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T23:41:41.874Z","etag":null,"topics":["django","graphene-django","graphql","python"],"latest_commit_sha":null,"homepage":"","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/muneeb706.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":"2021-11-22T03:08:58.000Z","updated_at":"2025-08-18T09:50:38.000Z","dependencies_parsed_at":"2024-12-04T07:41:50.197Z","dependency_job_id":"d5f232c5-b6cc-40ea-8624-da67e6260471","html_url":"https://github.com/muneeb706/django-graphql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muneeb706/django-graphql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muneeb706%2Fdjango-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muneeb706%2Fdjango-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muneeb706%2Fdjango-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muneeb706%2Fdjango-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muneeb706","download_url":"https://codeload.github.com/muneeb706/django-graphql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muneeb706%2Fdjango-graphql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31819795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"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":["django","graphene-django","graphql","python"],"created_at":"2024-10-15T07:45:17.906Z","updated_at":"2026-04-14T23:33:28.793Z","avatar_url":"https://github.com/muneeb706.png","language":"Python","readme":"# GraphQL API in Django with graphene-django\n\n\nFollow the steps below to run this project:\n\n1.  Make sure you have the following development environment:\n    1.  Python 3.9.7 (You can be flexible with the version but, I have tested with this version only).\n    1.  Any IDE or text editor of your choice.\n    1.  Access to Command-Line or Terminal \n\n1.  Clone this repository.\n1.  Open the terminal or command line.\n1.  Navigate to the location where you cloned this repository.\n1.  Install the dependencies by typing following command:\n  \n      `pip install -r requirements.txt`\n\n1.  Migrate Django models to the database (SQLite) by typing following commands in order:\n\n      `python manage.py makemigrations`\n      `python manage.py migrate`\n      \n1.  Run the Django server by entering following commands in order:\n\n      `python manage.py runserver`\n      \nNow, the project should be up and running. By default django server runs in \u003cb\u003elocalhost:8000\u003c/b\u003e and you should be able to access the GraphiQL interface by typing\nhttp://localhost:8000/graphql address in the address bar of the browser.\n\n### How to enable CORS:\n\nTo connect with this API locally, you might need to disable cors. Follow these steps mentioned in https://www.stackhawk.com/blog/django-cors-guide/ for this purpose:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuneeb706%2Fdjango-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuneeb706%2Fdjango-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuneeb706%2Fdjango-graphql/lists"}