Go to file
2021-11-18 00:26:28 +02:00
.github/workflows Release and deploy only from master (#1) 2021-10-24 10:41:48 +03:00
config feat: hide rate limiter under flag 2021-09-08 18:54:46 +03:00
controllers Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
db Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
files Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
migrations Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
repositories fix: get thread by id for deleted 2021-10-22 15:36:50 +03:00
static Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
templates Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
utils feat: update post validation 2021-10-11 11:08:55 +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 fix: add migrations to build 2021-11-18 00:26:28 +02:00
go.mod Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
go.sum Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
LICENSE Initial commit 2021-08-26 13:30:40 +03:00
main.go Feature - Migrator (#3) 2021-11-17 11:44:12 +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.