Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ordinary-dev/microboard

A minimalistic image board engine written in Go [WIP]
https://github.com/ordinary-dev/microboard

forum golang imageboard-engine self-hosted

Last synced: about 1 month ago
JSON representation

A minimalistic image board engine written in Go [WIP]

Awesome Lists containing this project

README

        

# Microboard

A minimalistic image board engine written in Go.

Warning! This is a very early alpha version.

## Getting started

1. Run postgres:

```bash
docker-compose up
```

2. Run microboard:

```bash
cd src
make migrations
make run
```

4. Open [localhost:8000](http://localhost:8000) in your browser!