CodelyTV / scala-ddd-example

λ🎯 Hexagonal Architecture + DDD + CQRS applied in Scala using Akka HTTP
https://pro.codely.tv/library/api-http-con-scala-y-akka/66747/about/
MIT License
135 stars 287 forks source link

04 json parsing - Add Users and video endpoints illustrating how to deal with Jsons and tests #3

Closed JavierCane closed 6 years ago

JavierCane commented 6 years ago

Added the following endpoints with their corresponding objectives:

Also added the corresponding test stub/object mothers in order to illustrate how to encapsulate the domain models instantiation responsibilities. This allow us to reuse this logic and delegate it to these kind of objects.