Skip to content

edertxodev/sfNamaste

Repository files navigation

sfNamaste

Symfony 4 Docker lopezator/sfdocker GraphQL

Symfony 4 application boilerplate ready to use with Docker

Features

Prerequisites

Installation

  • Clone repository:
$ git clone https://github.com/edertxodw/sfNamaste
  • Configure sfdocker:
$ ./sfdocker config

Default configuration:

Container: php-fpm

User: www-data

  • Build:
$ ./sfdocker build
  • Install dependencies:
$ ./sfdocker yarn install
  • Create database tables:
$ ./sfdocker console doctrine:schema:update --force

Tweets

sfNamaste comes with a CRUD example entity. You can write yor own tweets from the example page at http://localhost:3000/tweets

GraphQL

Integrates overblog/GraphQLBundle(v 0.10) so you can create a GraphQL based query API.