go get
go build
And then run the .exe
file
GET /
- Welcome page
GET /effects
- Get all effects
POST /effects
- Post a new effect
GET /effects/:effectId
- Get effect of :id
Based on this amazing tutorial here.
Starting version of this API is on basic-api
branch.