Just having fun during free time with go.
# Build with docker just use docker-compose
docker-compose up
# To build
make run
Sample configuration located in config/config.yml
server:
Addr: 0.0.0.0
Port: 5001
database:
Host: "db"
Port: "5432"
User: "postgres"
Pass: "postgres"
DBName: "kamil"
DBFlags: "sslmode=disable"
Type: "postgresql" # PostgreSQL will be default DB, support MySQL