off-by-some / Exgo

golang API boilerplate with gin, postgres, redis, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Boilerplate API written in Go

Getting started:

You will need postgres as well as redis pre-installed with no special configurations

Install Deps: $ ./script/bootstrap

Provision database: $ ./script/recycle

Test it: $ ./script/test

Build it: $ go build

Run it: ./Exgo

About

golang API boilerplate with gin, postgres, redis, and more.

License:MIT License


Languages

Language:Go 92.0%Language:Shell 8.0%