Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 410 Bytes

File metadata and controls

25 lines (15 loc) · 410 Bytes

FlaskGraphQL

A basic Docker Compose practice for building a Flask application and integrating Graphene.

Installation

git clone https://github.com/ChenYuTingJerry/FlaskGraphQL.git

Build and Run

docker-compose up --build

To shut down:

docker-compose down

Tutorial