Skip to content

parimooa/api-health-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api-Health-Monitor

Dashboard for API Health check using FASTAPI and VUEJS

Starting Dummy API services

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

HealthCheck Routes for API's

API1 http://localhost:8051/healthcheck

API2 http://localhost:8052/healthcheck

API3 http://localhost:8053/healthcheck

API4 http://localhost:8054/healthcheck

API HEALTH MONITOR APP

Execute using docker

cd api-health-monitor-dashboard
docker-compose build
docker-compose up -d

Navigate to http://localhost:9000 for dashboard

ahm_screenshot

About

Dashboard for API Health check using FASTAPI and VUEJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages