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.