A RESTful API written in Golang for learning purposes.
#Build and Test
You can build this project in two ways:
- golang:
go build - docker:
docker build . - Testing:
go test
To start the server: ./hank-api
To run the locally generated image:
docker run -p 8080:8080 hank-api:latest
curl http://127.0.0.1:8080
