OlympusGin is a backend for the OlympusBlog stack using Gin-Gonic.
- Install Golang
- Clone this repository
- Run
go mod tidy
to get all the dependencies. - Rename
local.example.yaml
inconfig
tolocal.yaml
and fill out the values. AWS is only required if you want file upload, GMail if you want to send reset emails. - Run
go build github.com/sentrionic/OlympusGin