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.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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