Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.16 KB

readme.md

File metadata and controls

18 lines (14 loc) · 1.16 KB

Example RESTful JSON API in Go

Backstory

A recent project of mine required me to develop a JSON API. Since Go is my current language of choice I decided to use it in building the API. I first set out to find some example apps or boilerplates. However, with Go being the language that it is I didn't find anything that stood out to me. I begun researching and this semi boilerplate of an example demonstrates a few of the tricks I learned.

Technology Stack
Tech Function
Echo HTTP Framework
Postgres Database
Convey Testing
CLI CLI Interface
Blog Posts