Dashboard for API Health check using FASTAPI and VUEJS
Create API 1 to 4 using Docker compose file. This will bring up all the services starting from Port 8050-8054
cd apis
docker-compose build
docker-compose up -d
API1 http://localhost:8051/healthcheck
API2 http://localhost:8052/healthcheck
API3 http://localhost:8053/healthcheck
API4 http://localhost:8054/healthcheck
cd api-health-monitor-dashboard
docker-compose build
docker-compose up -d
Navigate to http://localhost:9000
for dashboard