August 10, 2020 · 5 min read
During writing the last six parts of this article series a lot has happened.
August 10, 2020 · 7 min read
In the previous part the data access layer along with the repositories were implemented, before that the domain model without having to rely on any framework specific class or feature and now time has come to add REST controllers on the top of that.
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.