This repository was created to show some concepts from "Projetando uma arquitetura expressiva" talk. Slides here.
Platform to find opportunities for book trade among readers.
- Symfony 4
- GraphQL
- Command Bus by Tactician
- DDDish
$ composer install
$ php bin/console doctrine:database:create
$ php bin/console doctrine:migrations:migrate
$ bin/phpunit
Code licensed under MIT