Skip to main content

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:

  1. Creating the Dometrain.Cart.Api project
  2. Moving the code and necessary integrations into the project
  3. Adding the Cart API in the Aspire AppHost as an integration
  4. 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.