Skip to content

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

Notifications You must be signed in to change notification settings

jorge07/event-sourcing-playground

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published