Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 582 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 582 Bytes

The Expressive Architecture

This repository was created to show some concepts from "Projetando uma arquitetura expressiva" talk. Slides here.

That Book

Platform to find opportunities for book trade among readers.

Features

  • Symfony 4
  • GraphQL
  • Command Bus by Tactician
  • DDDish

Setup

$ composer install
$ php bin/console doctrine:database:create
$ php bin/console doctrine:migrations:migrate

Tests

$ bin/phpunit

License

Code licensed under MIT