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个字符

.dockerignore 316B

12345678910111213141516171819202122232425
  1. **/.classpath
  2. **/.dockerignore
  3. **/.env
  4. **/.git
  5. **/.gitignore
  6. **/.project
  7. **/.settings
  8. **/.toolstarget
  9. **/.vs
  10. **/.vscode
  11. **/*.*proj.user
  12. **/*.dbmdl
  13. **/*.jfm
  14. **/azds.yaml
  15. **/bin
  16. **/charts
  17. **/docker-compose*
  18. **/Dockerfile*
  19. **/node_modules
  20. **/npm-debug.log
  21. **/obj
  22. **/secrets.dev.yaml
  23. **/values.dev.yaml
  24. LICENSE
  25. README.md