Skip to content

A minimalistic image board engine written in Go [WIP]

Notifications You must be signed in to change notification settings

ordinary-dev/microboard

Repository files navigation

Microboard

A minimalistic image board engine written in Go.

Warning! This is a very early alpha version.

Getting started

  1. Run postgres:
docker-compose up
  1. Run microboard:
cd src
make migrations
make run
  1. Open localhost:8000 in your browser!