All Projects → MaxGoh → Flask-GraphQL-Graphene-MySQL-Docker-StarterKit

MaxGoh / Flask-GraphQL-Graphene-MySQL-Docker-StarterKit

Licence: MIT license
Reference Repository for the article

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to Flask-GraphQL-Graphene-MySQL-Docker-StarterKit

flask-graphql-neo4j
A simple flask API to test-drive GraphQL and Neo4j
Stars: ✭ 74 (+164.29%)
Mutual labels:  graphene
graphql-pynamodb
Graphene PynamoDB Integration
Stars: ✭ 63 (+125%)
Mutual labels:  graphene
graphene-sqlalchemy-filter
Filters for Graphene SQLAlchemy integration
Stars: ✭ 117 (+317.86%)
Mutual labels:  graphene
sanic-graphql-example
Sanic using Graphsql + SQLAlchemy example
Stars: ✭ 21 (-25%)
Mutual labels:  graphene
django-model-mutations
Graphene Django mutations for Django models made easier
Stars: ✭ 23 (-17.86%)
Mutual labels:  graphene
starlette-graphene3
An ASGI app for using Graphene v3 with Starlette / FastAPI
Stars: ✭ 52 (+85.71%)
Mutual labels:  graphene
wagtail-graphql
App to automatically add GraphQL support to a Wagtail website
Stars: ✭ 37 (+32.14%)
Mutual labels:  graphene
graphene django crud
Turns the django ORM into a graphql API
Stars: ✭ 23 (-17.86%)
Mutual labels:  graphene
fittrak
A data-driven workout tracking tool for the quantified-self 💪 🤓
Stars: ✭ 19 (-32.14%)
Mutual labels:  graphene
fastapi-debug-toolbar
A debug toolbar for FastAPI.
Stars: ✭ 90 (+221.43%)
Mutual labels:  graphene
django-graphql-geojson
GeoJSON support for Graphene Django
Stars: ✭ 61 (+117.86%)
Mutual labels:  graphene
gxchain-wallet
GXC Wallet for mobile
Stars: ✭ 69 (+146.43%)
Mutual labels:  graphene
Graphene Django
Integrate GraphQL into your Django project.
Stars: ✭ 3,738 (+13250%)
Mutual labels:  graphene
fastql
⚙️ Full stack, Modern Web Application Generator. ✨ Using FastAPI, GraphQL, PostgreSQL as database, Docker, automatic HTTPS and more. 🔖
Stars: ✭ 80 (+185.71%)
Mutual labels:  graphene
gtk-rs-core
Rust bindings for GNOME libraries
Stars: ✭ 179 (+539.29%)
Mutual labels:  graphene
CourseCake
By serving course 📚 data that is more "edible" 🍰 for developers, we hope CourseCake offers a smooth approach to build useful tools for students.
Stars: ✭ 21 (-25%)
Mutual labels:  graphene
Ditch
Create and broadcast transactions to Graphene-based blockchains
Stars: ✭ 32 (+14.29%)
Mutual labels:  graphene
gql-next
A Python GraphQL Client library providing ability to validate and make type-safe GraphQL calls
Stars: ✭ 74 (+164.29%)
Mutual labels:  graphene
jakartaee-faces-sample
Jakarta EE 10 Faces Example
Stars: ✭ 20 (-28.57%)
Mutual labels:  graphene
Graphene
GraphQL framework for Python
Stars: ✭ 6,964 (+24771.43%)
Mutual labels:  graphene

Flask-GraphQL-Graphene-MySQL-Docker-StarterKit

Reference Repository for the article https://medium.freecodecamp.org/how-to-develop-a-flask-graphql-graphene-mysql-and-docker-starter-kit-4d475f24ee76

Project Setup

Ensure that docker v1.3 and above is installed

$ git clone https://github.com/MaxGoh/Flask-GraphQL-Graphene-MySQL-Docker-StarterKit.git
$ cd Flask-GraphQL-Graphene-MySQL-Docker-StarterKit
$ docker-compose up

Do note that it's never a good idea to commit your database user and password credentials in the repository, use a .env file instead. This repository is just for reference purpose.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].