Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 461 Bytes

File metadata and controls

41 lines (25 loc) · 461 Bytes

Dependencies

Run Tests

$ go test ./...

Running Locally

$ go run cmd/api/main.go

Now point your browser to: http://localhost:8080

Build

$ scripts/build

Static checks

$ scripts/lint

REST API

Documentation TBD, see service source for now.

TODO

See TODO.

Style Guide