Exercise: Create the Cart microservice
For the next "Nick will tell you for how long" you need to use all the knowledge you gained to move all the cart functionality out of your monolith and into its own service.
The work will include:
- Creating the
Dometrain.Cart.Api
project - Moving the code and necessary integrations into the project
- Adding the Cart API in the Aspire AppHost as an integration
- Wiring up the newly created API Clients and using them
Please if you have any questions raise your hand and I will come over to help you.