So far, we have learned the fundamentals of microservices and the importance of DDD. In this section, we will develop a microservices architecture for a sample application that contains the following features:
- Identity service
- Vendor service
So far, we have learned the fundamentals of microservices and the importance of DDD. In this section, we will develop a microservices architecture for a sample application that contains the following features:
In this section, we will create a sample app in .NET Core and define services that include the authorization server, a vendor service, and an order service. To start with, we can use either Visual Studio 2017 or Visual Studio Code and create projects using dotnet Command-Line Interface (CLI) tools. The advantage of choosing Visual Studio 2017 is that it provides an...