Inputs a .json file and render it’s contents onto a cli display using Golang with gocui.
## install the database ER struct schema
go get github.com/mezcel/struct-fmt
## install the termbox-go package for easy terminal size readings
go get github.com/nsf/termbox-go