gRPC Services Interface
❌ Error: Could not start gRPC UI automatically.
Please make sure grpcui is installed and the gRPC server is running.
Don't worry! You can still test gRPC services manually.

🛠 Manual Setup:

  1. Install grpcui:
    go install github.com/fullstorydev/grpcui/cmd/grpcui@latest
  2. Run grpcui:
    grpcui -plaintext localhost:50051
  3. Open the URL shown in terminal (usually http://localhost:8080)

🎯 Recommended: Use Documentation Tools

  1. Open PowerShell in the project directory
  2. Run the documentation script:
    .\documentation_tools.ps1
  3. Select option 2: "🔌 Iniciar gRPC UI Web (Interfaz visual)"
  4. Or select option 4: "⚡ Probar gRPC con grpcurl (CLI)"
  5. This will launch gRPC UI with automatic setup and error handling

💡 Tip: The documentation script provides additional features like service listing, endpoint testing, and Swagger documentation.

⚡ Interactive gRPC Testing

Quick Tests - Click to Execute:

📋 List Services

Get all available gRPC services

🏢 List Tenants

Get all tenants in the system

📦 List Plans

Get all subscription plans

⚡ List Features

Get all available features

🔧 Custom gRPC Command

🏠 Back to Home ⚡ Interactive Testing 📚 REST API Docs