This is a .NET microservices from scratch provided by Dotnet Microservices
- Change directory to Play.Infra folder
cd code/Play.Infra/
- Run
docker compose up -d
docker compose up -d
- Back to the root folder, change directory to Play.Catalog service folder
cd code/Play.Catalog/src/Play.Catalog.Service/
- Run the Catalog service
dotnet run
- Back to the root folder, change directory to Play.Catalog service folder
cd code/Play.Inventory/src/Play.Catalog.Service/
- Run the Inventory service
dotnet run