Combinations / ETA-API

An API built with Go/Postgres deployed to Heroku. Uses a hexagonal architecture style.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go API

This is a Golang API that is based on a hexigonal architecture style

build

go build

install

go install

test

Currently only tests for the http component:

cd http/tests; go test;

deploy:

A heroku instance is setup and will update to the latest code upon a push to master

About

An API built with Go/Postgres deployed to Heroku. Uses a hexagonal architecture style.

License:MIT License


Languages

Language:Go 94.7%Language:Makefile 3.6%Language:Dockerfile 1.7%