https://github.com/sentrionic/olympusgin
The Gin version of the OlympusBlog backend
https://github.com/sentrionic/olympusgin
gin-gonic golang
Last synced: about 2 months ago
JSON representation
The Gin version of the OlympusBlog backend
- Host: GitHub
- URL: https://github.com/sentrionic/olympusgin
- Owner: sentrionic
- License: mit
- Created: 2021-06-11T13:18:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T13:28:11.000Z (about 5 years ago)
- Last Synced: 2025-03-04T03:32:11.497Z (over 1 year ago)
- Topics: gin-gonic, golang
- Language: Go
- Homepage: https://github.com/sentrionic/OlympusBlog
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OlympusGin
OlympusGin is a backend for the [OlympusBlog](https://github.com/sentrionic/OlympusBlog) stack using [Gin-Gonic](https://github.com/gin-gonic/gin).
## Stack
- [Gorm](https://gorm.io/) as the DB ORM
- [Validator](https://github.com/go-playground/validator) for validation
- [Imaging](https://github.com/disintegration/imaging) for image resizing
## Getting started
0. Install Golang
1. Clone this repository
2. Run `go mod tidy` to get all the dependencies.
3. 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.
4. Run `go build github.com/sentrionic/OlympusGin`