Microboard A minimalistic image board engine written in Go. Warning! This is a very early alpha version. Getting started Run postgres: docker-compose up Run microboard: cd src make migrations make run Open localhost:8000 in your browser!