# 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.