Go to file
2021-09-11 01:20:56 +03:00
.github/workflows debug: add go version 2021-09-10 19:57:45 +03:00
config feat: hide rate limiter under flag 2021-09-08 18:54:46 +03:00
controllers fix: 404 for empty pages 2021-09-11 01:20:56 +03:00
db feat: add thread creation 2021-09-10 19:16:53 +03:00
migrations feat: add posts db seeds 2021-08-31 22:10:24 +03:00
repositories feat: add thread creation 2021-09-10 19:16:53 +03:00
static feat: add pagination 2021-09-10 02:17:45 +03:00
templates feat: add margin bottom for posts list 2021-09-10 19:21:33 +03:00
utils feat: add folders utils 2021-09-04 21:53:48 +03:00
.env.example feat: hide rate limiter under flag 2021-09-08 18:54:46 +03:00
.gitignore feat: add rate limiter 2021-09-08 16:56:03 +03:00
docker-compose.yml fix: volumes 2021-09-11 01:01:03 +03:00
Dockerfile feat: docker image: busybox -> scratch 2021-09-11 01:16:37 +03:00
go.mod feat: add rate limiter 2021-09-08 16:56:03 +03:00
go.sum feat: add rate limiter 2021-09-08 16:56:03 +03:00
LICENSE Initial commit 2021-08-26 13:30:40 +03:00
main.go fix: pagination count 2021-09-10 14:52:56 +03:00
README.md readme 2021-09-08 15:31:26 +03:00

micrach-go

Go tryout. Single board imageboard.

Prerequisites

Create db.
Run migrations from migrations.
Create .env file from .env.example, change env vars to your needs.