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: 19 days 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-26T19:35:43.000Z (8 months ago)
- Last Synced: 2024-11-19T14:16:30.055Z (3 months ago)
- Topics: forum, golang, imageboard-engine, self-hosted
- Language: Go
- Homepage:
- Size: 869 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
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!