Back to all projects

Case Study

API Monitor Dashboard

Built a Go and PostgreSQL dashboard that monitors API health, latency, and failures

GoPostgreSQLDockerHTMLCSS

Problem

Developers need a simple way to monitor API uptime, response times, and failures without relying on a heavy external monitoring platform.

Approach

Built a Go web app that stores monitored endpoints in PostgreSQL, runs manual and scheduled health checks, records response history, and displays status metrics in a dashboard.

Outcome

Enabled quick visibility into endpoint reliability with recent check results, latency trends, failure tracking, and clear health status indicators.

Overview

A practical Go + PostgreSQL project focused on API monitoring, scheduled checks, and clear reliability dashboards.