Tag: google-app-engine

User management microservice (Part 1): Defining domain model and REST API

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.

User management microservice (Part 3): Implementing and testing repositories

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.