run_services.bat 316 B

1234567891011121314
  1. cd ../BaseService/BaseService.Host
  2. start dotnet run
  3. cd ../../AuthServer/IdentityServer/AuthServer.Host
  4. start dotnet run
  5. cd ../../../MicroServices/Business/Business.Host
  6. start dotnet run
  7. cd ../../FileStorage/FileStorage.Host
  8. start dotnet run
  9. cd ../../../Gateways/WebAppGateway/WebAppGateway.Host
  10. start dotnet run