mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-12-01 04:57:03 +03:00
| .github/workflows | ||
| config | ||
| controllers | ||
| db | ||
| 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.