Categorygithub.com/kpenfound/greetings-api
repositorypackage
1.1.0
Repository: https://github.com/kpenfound/greetings-api.git
Documentation: pkg.go.dev

# README

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