Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 465 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 465 Bytes

features-go

A simple features API for adding and removing features on a global level, as well as, an application by application basis.

This mirco-service is to explore building secure, robust and well tested APIs using idiomatic Golang.

Setup

$ go run main.go

Running tests

$ go test ./features -v

TODOs

  • Allow features to be updated for a single application
  • Unit testing
  • Validation
  • Authentication
  • Trace Id middleware