Backend for acend.ch website: Mailchimp newsletter subscription and form submissions
The following env vars need to be set, most of them are sensitive:
MAILCHIMP_API_KEY
SMTP_HOST
SMTP_PORT
SMTP_USERNAME
SMTP_PASSWORD
SMTP_FROM
SMTP_TO
go get -v ./...
go run ./cmd/backend
go test -v ./...
(no tests yet, sorry...)golangci-lint run
See Dockerfile
and make sure to set all expected env vars.