/etb-voting-hub

Eat The Blocks voting hub

Primary LanguageGo

ETB Voting Hub

Getting started

Build

go get ./...
go build -o hub ./cmd/hub

Run

You need to copy .env.example to prod.env and set variables correctly.

Run with Docker

docker-compose up

Run locally

source prod.env
./hub