Skip to content

Granahh/shop-api-ddd

Repository files navigation

SHOP API - DDD - CQRS

Introduction

Project in symfony to learn concepts such as DDD, Hexagonal Architecture, TDD, etc ... Concepts obtained from @CodelyTV

Features

  • Add/Delete Seller
  • Add/Delete Products to linked Seller
  • Add/Delete Products to cart
  • Get the total amount of the cart
  • Increase / Decrease the number of units of a product
  • Remove a product from cart
  • Delete the entire cart
  • Confirm Cart
  • Add Testing
  • Add Domain Events

Thanks for reading

Pull requests are welcome.