Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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]
- Host: GitHub
- URL: https://github.com/ordinary-dev/microboard
- Owner: ordinary-dev
- Created: 2023-05-24T18:02:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-01T20:15:58.000Z (7 months ago)
- Last Synced: 2024-06-21T08:12:07.344Z (7 months ago)
- Topics: forum, golang, imageboard-engine, self-hosted
- Language: Go
- Homepage:
- Size: 858 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
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!