August 10, 2020 · 4 min read
In this first part we define the requirements against the application, its initial domain model and that REST API which its front-end will be using.
August 10, 2020 · 5 min read
In my previous post I defined the requirements of a user management microservice and designed the initial domain model of it.
August 10, 2020 · 5 min read
In the previous part there was fair amount coding involved over the course of implementing the domain model, which comprises all the logic a user registration process needs.