Skip to content

tho-actrecipe/Flask-GraphQL-Graphene-MySQL-Docker-StarterKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Dockerfile 3.7%