Skip to content

jdnielss/traefik-api-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Go API

This is a simple Go API that serves a "Hello, World!" message and a health check endpoint.

Endpoints

  • GET /: Returns "Hello, World!"
  • GET /health: Returns "OK"

Running the API

Using Docker

  1. Build the Docker image:
    docker build -t my-go-api .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors