seadiaz / adoption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adoption???

This tool is for tracking levels of adoption of adoptables, practices or change that you want to track

The intent of this tools is to understand the impact of the adoptables which support or enabling what you are pursuing and also have awareness that the work doesn't end when the implementation is up and running, but when the implementation is been used by different people.

Endpoints

  • GET /teams
  • POST /teams
  • GET /teams/{id}/people
  • POST /teams/{id}/people
  • GET /people
  • POST /people
  • POST /people/{id}/adoptables

Build the Binary

go build -o adoption main.go

Run the server

./adoption server

About


Languages

Language:Go 92.7%Language:Gherkin 6.7%Language:Shell 0.4%Language:Dockerfile 0.1%