- Symfony 4
- Docker & Docker compose (Includes PostgreSQL and Redis)
- Lopezator's sfdocker script
- GraphQL support with overblog's GraphQLBundle
- Docker and Docker compose installed
- 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
sfNamaste comes with a CRUD example entity. You can write
yor own tweets from the example page at http://localhost:3000/tweets
Integrates overblog/GraphQLBundle(v 0.10) so you can create a GraphQL based query API.