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. }