Basic blogging engine written in Go
Current version is looking for a MongoDB backend in localhost. The easiest way to ensure this is to use Docker.
localhost
docker run 27017:27017 mongo cd src go run .
Clone/fork to your heart's content. PRs accepted!