jorge07 / event-sourcing-playground

Wallet implementation in PHP using DDD, ES, CQRS and Symfony Flex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event Sourcing Playground

This repo is a work in progress

Wallet Api following DDD, ES, CQRS and Symfony Flex

Bounded Contexts

  • User
  • Balance

Api

  • GET /api/ping : 200
  • POST /api/user : 204|400|409

Environment

docker-compose up -d

docker-compose exec fpm composer install

Tests

docker-compose exec fpm composer run-script test

About

Wallet implementation in PHP using DDD, ES, CQRS and Symfony Flex


Languages

Language:PHP 99.5%Language:HTML 0.5%