Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 243 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 243 Bytes

greetings-api

A simple greeting api

Try it out!

> go run main.go
...
listening on :8080
> curl -s http://localhost:8080 | jq
{
  "greeting": "Hello"
}

New Frontend!

Hugo frontend located in the website/ directory