mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-12-01 04:57:03 +03:00
* feat: rename init migration * feat: add migration for is_archived field * fix: thread title wrap * fix: captcha checks after post validation now * fix * wip on migrate method * feat: decided to write own migrator * feat: add get files on folder func * wip * feat: add migrations table * feat: add migration method * doc * feat: query -> exec |
||
|---|---|---|
| .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.