sentrionic / OlympusGin

The Gin version of the OlympusBlog backend

Home Page:https://github.com/sentrionic/OlympusBlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The Gin version of the OlympusBlog backend

https://github.com/sentrionic/OlympusBlog

License:MIT License


Languages

Language:Go 100.0%