Sign inSign up

lssalas/hello-world-webhook

By lssalas

Updated almost 2 years ago

Hello World Webhook- Go

Image
Languages & frameworks
0

656

lssalas/hello-world-webhook repository overview

Webhook REST API with Go and Swagger

This project implements a REST API server in Go that handles Webhooks. It is also documented with Swagger to facilitate its use and testing through a web interface.

Download the image from Docker Hub

  1. Download the image from Docker Hub:
docker pull lssalas/hello-world-webhook:latest
  1. Run the container:
docker run -p 8080:8080 --name hello-world-webhook-container lssalas/hello-world-webhook

Tag summary

Content type

Image

Digest

sha256:554e8f72c

Size

59.5 MB

Last updated

almost 2 years ago

docker pull lssalas/hello-world-webhook