/go-json-api

API with mock database using JSON

Primary LanguageGo

Go-Api

Build

go get

go build

And then run the .exe file

Routes

GET / - Welcome page

GET /effects - Get all effects

POST /effects - Post a new effect

GET /effects/:effectId - Get effect of :id

Based on

Based on this amazing tutorial here.

Starting version of this API is on basic-api branch.