Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 405 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 405 Bytes

2nd stage Task

Please follow the CQRS pattern and make an endpoint that would get a specific product by id.

Old comments

One endpoint to create product with DDD, CQRS and Laravel

  • Validation of request data using laravel middleware
  • Uses league tactician command bus
  • Self-validating value objects
  • Uses repository pattern
  • Uses Factory pattern
  • Logging all domain events to separate file