mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
9 lines
256 B
Markdown
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.
|