mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 06:12:33 +03:00
783e577311
* todo * update env var * add new var to config * update GetCount (not archived threads) * wip on threads count check * feat: add get oldest updated at thread * feat: add archivation method for oldest threads * feat: add migrations for posts timefields * feat: now child posts created without updated_at * feat: add threads archivation |
||
---|---|---|
.github/workflows | ||
config | ||
controllers | ||
db | ||
files | ||
migrations | ||
repositories | ||
static | ||
templates | ||
utils | ||
.env.example | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
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.