mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-12-01 04:57:03 +03:00
| .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
- Go 1.13+.
- PostgreSQL.
- Create
.envfile from.env.example, change env vars to your needs. - Create db with the name that is specified in
.envfile inPOSTGRES_URLenv var.