Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

acend/website-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acend.ch website backend

Backend for acend.ch website: Mailchimp newsletter subscription and form submissions

Configuration

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

Development

  • go get -v ./...
  • go run ./cmd/backend
  • go test -v ./... (no tests yet, sorry...)
  • golangci-lint run

Docker

See Dockerfile and make sure to set all expected env vars.

About

Backend services for acend.ch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors