Blazor & WASM in combination to get statistics from Spotify API for performing the song analysis. With separate microservices for auth, Spotify, user data tracking, and application, connected through gRPC with Polly.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

launchSettings.json 288B

12345678910111213
  1. {
  2. "profiles": {
  3. "Docker Compose": {
  4. "commandName": "DockerCompose",
  5. "commandVersion": "1.0",
  6. "serviceActions": {
  7. "identityprovider": "StartDebugging",
  8. "spotifyservice": "StartDebugging",
  9. "spotifyworker": "StartDebugging"
  10. }
  11. }
  12. }
  13. }