$ go test ./...
$ go run cmd/api/main.go
Now point your browser to: http://localhost:8080
$ scripts/build
$ scripts/lint
Documentation TBD, see service source for now.
See TODO.
- Use https://jsonapi.org for JSON API conventions.
$ go test ./...
$ go run cmd/api/main.go
Now point your browser to: http://localhost:8080
$ scripts/build
$ scripts/lint
Documentation TBD, see service source for now.
See TODO.