Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 336 Bytes

kekDAO backend

Getting started as a dev

docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=password -d postgres
docker run --name redis -d -p 6379:6379 redis redis-server
cp config-sample.yml config.yml
# edit config to suit your needs
# set env KD_PG_PASSWORD or db/password in config,yml
go build
make reset