micrach/README.md

9 lines
256 B
Markdown
Raw Normal View History

2021-08-26 13:30:40 +03:00
# micrach-go
Go tryout. Single board imageboard.
2021-09-08 15:31:26 +03:00
## Prerequisites
2021-11-20 23:42:16 +03:00
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.