Go to file
2021-09-08 15:39:09 +03:00
.github/workflows fix: deploy 2021-08-29 10:07:12 +03:00
config feat: hide seeds under env var 2021-09-08 15:36:13 +03:00
controllers feat: add 500 page 2021-09-05 16:05:14 +03:00
db feat: add carcass 2021-08-26 16:16:50 +03:00
migrations feat: add posts db seeds 2021-08-31 22:10:24 +03:00
repositories feat: remove local seeds 2021-09-08 15:39:09 +03:00
static feat: add 500 page 2021-09-05 16:05:14 +03:00
templates feat: add 500 page 2021-09-05 16:05:14 +03:00
utils feat: add folders utils 2021-09-04 21:53:48 +03:00
.env.example feat: hide seeds under env var 2021-09-08 15:36:13 +03:00
.gitignore feat: add err check for single row 2021-09-03 02:34:45 +03:00
docker-compose.yml feat: add env in compose 2021-09-05 00:48:27 +03:00
Dockerfile feat: add static folder to docker image 2021-09-05 13:42:03 +03:00
go.mod feat: add get posts from db 2021-09-01 23:00:37 +03:00
go.sum feat: add get posts from db 2021-09-01 23:00:37 +03:00
LICENSE Initial commit 2021-08-26 13:30:40 +03:00
main.go feat: hide seeds under env var 2021-09-08 15:36:13 +03:00
README.md readme 2021-09-08 15:31:26 +03:00

micrach-go

Go tryout. Single board imageboard.

Prerequisites

Create db.
Run migrations from migrations.
Create .env file from .env.example, change env vars to your needs.