API Gateway Reverse Proxy Demo
All requests go through the API Gateway at https://infra.api.wyat.me
The gateway routes requests to the appropriate backend microservices:
/api/users/* → User Service (port 8081)
/api/products/* → Product Service (port 8082)
Gateway Health Check
Loading health status...
Users (via API Gateway)
All Users
Loading users...
Create New User
Get User by ID
Delete User by ID
Products (via API Gateway)
All Products
Loading products...
Create New Product
Get Product by ID
Delete Product by ID