Skip to content

michaelperrin/blog-graphql-upload-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

File upload with Apollo GraphQL / Symfony's OverblogGraphQLBundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published