{"id":23703001,"url":"https://github.com/abhi904485/fastapi_with_tartiflette","last_synced_at":"2026-05-08T15:17:55.894Z","repository":{"id":269601587,"uuid":"907716107","full_name":"Abhi904485/fastapi_with_tartiflette","owner":"Abhi904485","description":"GraphQL With Fastapi Using (Tartiflette-Asgi)","archived":false,"fork":false,"pushed_at":"2024-12-24T17:54:50.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-22T23:11:30.031Z","etag":null,"topics":["alembic","asgi","fastapi","graphql","sqlalchemy-orm","tartiflette","tartiflette-asgi"],"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/Abhi904485.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-12-24T08:07:37.000Z","updated_at":"2024-12-24T17:54:53.000Z","dependencies_parsed_at":"2024-12-24T18:44:58.822Z","dependency_job_id":null,"html_url":"https://github.com/Abhi904485/fastapi_with_tartiflette","commit_stats":null,"previous_names":["abhi904485/fastapi_with_tartiflette"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Abhi904485/fastapi_with_tartiflette","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhi904485%2Ffastapi_with_tartiflette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhi904485%2Ffastapi_with_tartiflette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhi904485%2Ffastapi_with_tartiflette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhi904485%2Ffastapi_with_tartiflette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abhi904485","download_url":"https://codeload.github.com/Abhi904485/fastapi_with_tartiflette/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhi904485%2Ffastapi_with_tartiflette/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266240961,"owners_count":23898063,"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":["alembic","asgi","fastapi","graphql","sqlalchemy-orm","tartiflette","tartiflette-asgi"],"created_at":"2024-12-30T13:00:26.963Z","updated_at":"2026-05-08T15:17:55.835Z","avatar_url":"https://github.com/Abhi904485.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastApi With GraphQl \u0026 Tartiflette-Asgi\n\n## Install Pyenv\n\n### Install python with Pyenv On Ubuntu\n```\nsudo apt update\nsudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev\ncurl https://pyenv.run | bash\nFor Users of the Bash Shell\n    echo -e 'export PYENV_ROOT=\"$HOME/.pyenv\"\\nexport PATH=\"$PYENV_ROOT/bin:$PATH\"' \u003e\u003e ~/.bashrc\n    echo -e 'eval \"$(pyenv init --path)\"\\neval \"$(pyenv init -)\"' \u003e\u003e ~/.bashrc\n\nFor Zsh Shell Users\n    echo -e 'export PYENV_ROOT=\"$HOME/.pyenv\"\\nexport PATH=\"$PYENV_ROOT/bin:$PATH\"' \u003e\u003e ~/.zshrc\n    echo -e 'eval \"$(pyenv init --path)\"\\neval \"$(pyenv init -)\"' \u003e\u003e ~/.zshrc\n    \nexec \"$SHELL\"\npyenv --version\n```\n\n### Install python with Pyenv on Mac\n\n```\nbrew update\nbrew install pyenv\nalias brew='env PATH=\"${PATH//$(pyenv root)\\/shims:/}\" brew'\nexec \"$SHELL\"\npyenv --version\n```\n\n### Setup Virtualenv\n```\npyenv install 3.12.8\npyenv virtualenv 3.12.8 fastapi_with_tartiflette_asgi\necho fastapi_with_tartiflette_asgi \u003e .python-version\n```\n\n### Install python Packages\n\n```\npip install poetry\npoetry install --no-root\n```\n\n\n## How to Run\n```\nuvicorn main:app --reload \n```\n\n## How to Migrate DB\n```\nalembic revision --autogenerate -m \"Initial Migration\"\n\n```\n### How to Upgrade DB\n```\nalembic upgrade head\n```\n\n### GraphQl UI is accessible at\n```\nhttp://127.0.0.1:8000/graphql \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhi904485%2Ffastapi_with_tartiflette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhi904485%2Ffastapi_with_tartiflette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhi904485%2Ffastapi_with_tartiflette/lists"}