Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 595 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 595 Bytes

Health Check API in Go

A simple Go application that provides a health check endpoint (/health). This project is packaged with Docker for easy deployment.

Features

  • Lightweight Go-based web server
  • Health check endpoint (/health) returns a simple JSON response
  • Easy-to-use Docker container for deployment

Requirements

  • Go (optional, for local development)
  • Docker

Getting Started

Clone the Repository

git clone https://github.com/your-username/health-check-go.git
cd health-check-go