Backend for a blog I'm creating - WIP.
Using as a tool for learning Go.
Doing my best to stay away from Frameworks & Opinionated libraries as I'm learning
# in $GOPATH/src
git clone https://github.com/JackOddy/blog-api.git
go get
go run main.go
RESTful CRUD routes available on localhost:9000/blog-posts