Implementation of a GraphQL server with file upload using Symfony with OverblogGraphQLBundle and a front app consuming this API.
Run:
docker-compose up -d --build
docker-compose exec php composer install
Run:
docker-compose up -d --build
cd front
yarn install
yarn start