Skip to content

kics223w1/EndpointLab

Repository files navigation

EndpointLab

An alternative to httpbin.org in Gin.

Quick Start

docker pull viethuy/endpointlab
docker run -p 8080:8080 viethuy/endpointlab

Swagger UI

Access the Swagger UI:

  • Online: Visit SwaggerHub.

  • Locally:

    1. Start the UI:
      make run
    2. Open in browser: http://localhost:8080/swagger/index.html
  • Update swagger.json:

    make swagger

Build and Distribute

make dockerDistribute

About

An alternative to httpbin.org in Gin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages