graphql-symfony-doctrine-sandbox icon indicating copy to clipboard operation
graphql-symfony-doctrine-sandbox copied to clipboard

A sandbox project using symfony, overblog/graphql-bundle and doctrine based on the GraphQL and Relay Starwars tests...

McG-web/Graphql-Symfony-Doctrine-Sandbox

Build Status

Installation

composer create-project mcg-web/graphql-symfony-doctrine-sandbox --stability dev

Usage

Using docker compose

docker-compose up -d

Create database and load fixtures

docker exec -it graphqlsymfonydoctrinesandbox_web_1 bash
bin/console doctrine:database:create
bin/console doctrine:schema:create
bin/console doctrine:fixtures:load

Endpoints

  • GraphiQL : http://127.0.0.1/graphiql
  • GraphQL : http://127.0.0.1/