/OlympusGin

The Gin version of the OlympusBlog backend

Primary LanguageGoMIT LicenseMIT

OlympusGin

OlympusGin is a backend for the OlympusBlog stack using Gin-Gonic.

Stack

Getting started

  1. Install Golang
  2. Clone this repository
  3. Run go mod tidy to get all the dependencies.
  4. Rename local.example.yaml in config to local.yaml and fill out the values. AWS is only required if you want file upload, GMail if you want to send reset emails.
  5. Run go build github.com/sentrionic/OlympusGin