micrach/README.md
2021-11-20 22:42:16 +02:00

9 lines
256 B
Markdown

# micrach-go
Go tryout. Single board imageboard.
## Prerequisites
1. Go 1.13+.
2. PostgreSQL.
3. Create `.env` file from `.env.example`, change env vars to your needs.
4. Create db with the name that is specified in `.env` file in `POSTGRES_URL` env var.