andrzejd-pl / glog

Glog - simple blog written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glog

Mini blog written in golang.

How to run

wget https://raw.githubusercontent.com/andrzejd-pl/glog/master/docker-compose.yml && \
docker-compose up -d

Endpoints

  • GET /api/posts - return all posts from database

TODO

  • add custom configuration
  • add categories to posts
  • add admin panel
  • add frontend
  • add pagination

About

Glog - simple blog written in golang


Languages

Language:Go 98.4%Language:Dockerfile 1.6%