{"id":20228631,"url":"https://github.com/aryaniyaps/flask-graphql-boilerplate","last_synced_at":"2026-05-01T20:32:12.371Z","repository":{"id":38180400,"uuid":"391267771","full_name":"aryaniyaps/flask-graphql-boilerplate","owner":"aryaniyaps","description":"a flask boilerplate to get you up and running. Packed with GraphQL and an authentication system out of the box.","archived":false,"fork":false,"pushed_at":"2024-02-29T20:32:46.000Z","size":719,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-03T13:17:36.447Z","etag":null,"topics":["boilerplate","cookiecutter","cookiecutter-flask","cookiecutter-graphql","cookiecutter-template","flask","graphene","graphql","mongoengine","python3","relay"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aryaniyaps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","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-07-31T05:52:06.000Z","updated_at":"2022-09-09T08:37:15.000Z","dependencies_parsed_at":"2024-11-14T07:42:17.933Z","dependency_job_id":null,"html_url":"https://github.com/aryaniyaps/flask-graphql-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aryaniyaps/flask-graphql-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaniyaps%2Fflask-graphql-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaniyaps%2Fflask-graphql-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaniyaps%2Fflask-graphql-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaniyaps%2Fflask-graphql-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aryaniyaps","download_url":"https://codeload.github.com/aryaniyaps/flask-graphql-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aryaniyaps%2Fflask-graphql-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["boilerplate","cookiecutter","cookiecutter-flask","cookiecutter-graphql","cookiecutter-template","flask","graphene","graphql","mongoengine","python3","relay"],"created_at":"2024-11-14T07:31:50.236Z","updated_at":"2026-05-01T20:32:12.344Z","avatar_url":"https://github.com/aryaniyaps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/banner.jpg\" /\u003e\n  a Flask template for \u003ca href=\"https://github.com/cookiecutter/cookiecutter\"\u003ecookiecutter\u003c/a\u003e to get you up \n  and running, powered by GraphQL.\n\u003c/p\u003e\n\n## Motivation ⛵\n\nThe GraphQL community is relatively new, and there are fewer resources to help you get started with it in the Python \necosystem. While I started to write GraphQL projects with Python, I experienced a lot of friction, and wrote a lot of \nboilerplate code. Eventually, I figured out that it would be easier to make a template which would help me to get up \nand running. This template uses a lot of modern libraries to provide the best developer experience. Today, I mostly \nstart off my projects with this template.\n\n## Features at a glance ✨\n\n- [x] Built for [Flask](https://github.com/pallets/flask) 2.0.1\n- [x] Works with Python 3.8\n- [x] Uses [Graphene](https://github.com/graphql-python/graphene) for the GraphQL schema.\n- [x] Pre-Configured [Jinja2](https://github.com/pallets/jinja) email templates.\n- [x] Built in support for sending emails.\n- [x] Postgres and [SQLAlchemy](https://github.com/sqlalchemy/sqlalchemy) support.\n- [x] Uses [Pipenv](https://github.com/pypa/pipenv) to manage dependencies.\n- [x] Comes with support for [Flask-CORS](https://github.com/corydolphin/flask-cors).\n- [x] Offers complete [Relay](https://github.com/facebook/relay) support.\n- [x] GraphQL file uploads support.\n- [x] Batch querying support (for use with [Apollo Client](https://github.com/apollographql/apollo-client)).\n- [x] Follows the official [Shopify GraphQL Design](https://github.com/Shopify/graphql-design-tutorial) guide.\n- [x] Uses [Pytest](https://github.com/pytest-dev/pytest) and [FactoryBoy](https://github.com/FactoryBoy/factory_boy) \nfor testing.\n- [x] [DataLoader](https://github.com/syrusakbary/aiodataloader) support (fixes the n+1 problem).\n- [ ] Uses [Cerberus](https://github.com/pyeve/cerberus) for input validation.\n- [ ] Comes with an authentication system which handles:\n  - [ ] User email confirmation.\n  - [ ] Forgot password/ password reset.\n  - [ ] Verified email/ password changes.\n  - [x] User creation/ login.\n  - [x] User authentication with [Flask-Login](https://github.com/maxcountryman/flask-login).\n  - [x] Storing passwords with [Argon2](https://github.com/hynek/argon2-cffi).\n\n## Using the boilerplate 🚀\n\nusing the boilerplate is very simple! Make sure that you have pip installed.\nIf you don't have cookiecutter already, use the following command.\n\n```cmd\npip install cookiecutter\n```\n\nYou can get started by entering the following command.\n\n```cmd\ncookiecutter https://github.com/aryaniyaps/flask-graphql-boilerplate\n```\n\n## Contributing 📄\n\nThis project is open for contributions! Make sure to read the [contributing guidelines](.github/CONTRIBUTING.md) to \nget started.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faryaniyaps%2Fflask-graphql-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faryaniyaps%2Fflask-graphql-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faryaniyaps%2Fflask-graphql-boilerplate/lists"}