Go to file
2021-09-11 16:56:22 +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 feat: add simple post validation 2021-09-11 16:56:22 +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: write files by id 2021-09-11 16:05:31 +03:00
static feat: add pagination 2021-09-10 02:17:45 +03:00
templates feat: add simple post validation 2021-09-11 16:56:22 +03:00
utils feat: add simple post validation 2021-09-11 16:56:22 +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 Revert "feat: docker image: busybox -> scratch" 2021-09-11 01:22:48 +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.