Microservices Testing Dashboard

Test all backend services and monitor data flow

Auth Service

ACTIVE
Port 8081
Handles user authentication, registration, and JWT issuance.

Product Service

ACTIVE
Port 8082
Manages product catalog and CRUD operations.

Order Service

ACTIVE
Port 8083
Processes and tracks customer orders.

Service Testing Interface

User Registration

User Login

Add New Product

Get All Products

Create New Order

Get All Orders

Service Architecture

                        graph TD
                            FE["🖥️ Frontend
Dashboard"] AUTH["🔐 Auth Service
Port 8081"] PRODUCT["📦 Product Service
Port 8082"] ORDER["🛒 Order Service
Port 8083"] DB1["🗄️ Auth DB
MongoDB"] DB2["🗄️ Product DB
MongoDB"] DB3["🗄️ Order DB
MongoDB"] FE --> AUTH FE --> PRODUCT FE --> ORDER ORDER --> PRODUCT AUTH --> DB1 PRODUCT --> DB2 ORDER --> DB3 style FE fill:#667eea,stroke:#333,stroke-width:2px,color:#fff style AUTH fill:#10b981,stroke:#333,stroke-width:2px,color:#fff style PRODUCT fill:#f59e0b,stroke:#333,stroke-width:2px,color:#fff style ORDER fill:#ef4444,stroke:#333,stroke-width:2px,color:#fff style DB1 fill:#8b5cf6,stroke:#333,stroke-width:2px,color:#fff style DB2 fill:#8b5cf6,stroke:#333,stroke-width:2px,color:#fff style DB3 fill:#8b5cf6,stroke:#333,stroke-width:2px,color:#fff

Real-time Activity Feed

Initializing testing dashboard...
Ready to test all services