README.md

March 10, 2020 ยท View on GitHub

Implementation of a GraphQL server with file upload using Symfony with OverblogGraphQLBundle and a front app consuming this API.

Blog article: http://blog.michaelperrin.fr/2018/09/19/implementation-of-agraphql-mutation-with-file-upload/.

Install project

Run:

docker-compose up -d --build
docker-compose exec php composer install

Run project

Run:

docker-compose up -d --build
cd front
yarn install
yarn start

Contents

  1. 1Install project
  2. 2Run project