2017 © Pedro Peláez
 

project graphql-symfony-doctrine-sandbox

image

mcg-web/graphql-symfony-doctrine-sandbox

  • Tuesday, May 8, 2018
  • by mcg-web
  • Repository
  • 3 Watchers
  • 19 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 4 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

McG-web/Graphql-Symfony-Doctrine-Sandbox

Build Status, (*1)

Installation

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

Usage

Using docker compose, (*2)

docker-compose up -d

Create database and load fixtures, (*3)

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/

The Versions