hello-world-api

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2022 License: MIT Imports: 3 Imported by: 0

README

Go Report Card

Simple Hello World API for testing purposes. It is build in Go and it uses Gin web framework.

Pre-requisites

  • Go 1.17
  • httpie (optional for testing)
  • Docker (optional)

Run

go get github.com/lealoureiro/hello-world-api
go run hello-world-api.go

Build & Run Native

go build hello-world-api.go
./hello-world-api

Docker

docker build -t hello-world-api .
docker run --rm -p8080:8080 hello-world-api

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL