Go to file
2021-10-04 11:40:53 +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 update templates, structs and controllers to support captcha 2021-10-04 11:40:53 +03:00
db feat: take postgres max conn from connection url 2021-09-30 20:55:34 +03:00
migrations feat: add posts db seeds 2021-08-31 22:10:24 +03:00
repositories update templates, structs and controllers to support captcha 2021-10-04 11:40:53 +03:00
static posts design wip 2021-09-12 00:30:48 +03:00
templates update templates, structs and controllers to support captcha 2021-10-04 11:40:53 +03:00
utils feat: add image thumb creating 2021-09-12 14:06:52 +03:00
.env.example feat: take postgres max conn from connection url 2021-09-30 20:55:34 +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 captcha endpoint 2021-10-03 11:48:59 +03:00
go.sum feat: add captcha endpoint 2021-10-03 11:48:59 +03:00
LICENSE Initial commit 2021-08-26 13:30:40 +03:00
main.go feat: add captcha endpoint 2021-10-03 11:48:59 +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.