Skip to content

Files

Latest commit

c7d1701 · Sep 1, 2016

History

History

talk-vote

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 30, 2016
Aug 30, 2016
Sep 1, 2016
Aug 30, 2016
Aug 30, 2016
Aug 30, 2016
Aug 30, 2016
Sep 1, 2016
Aug 30, 2016
Aug 30, 2016

talk-vote

talk-vote is a simple service using the Go-Kit library for microsservices.

Endpoints

Verb Path Description
GET /api/v1/talks provides a list of talks in JSON
POST /api/v1/vote receives POST'd JSON and increments a talk vote count

Testing

Testing for this service utilizes Go's built in testing facilities as well as a secondary tool called GoConvey. With GoConvey you can write out your tests in a more human readable manner and get instant feeback from it's UI.