mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 06:12:33 +03:00
256 B
256 B
micrach-go
Go tryout. Single board imageboard.
Prerequisites
- Go 1.13+.
- PostgreSQL.
- Create
.env
file from.env.example
, change env vars to your needs. - Create db with the name that is specified in
.env
file inPOSTGRES_URL
env var.