fe5cdd92a1fb6dee82495c8619aec588c625699b
Add migration to clean up duplicate RSVPs (keep earliest per event+name). Add GetRsvpByName and DeleteDuplicateRsvps queries. Tests cover auto-RSVP creation, duplicate prevention, and case-insensitive matching. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
bbq
Potluck signup app. No accounts — share a link, people claim slots.
Run locally
go build -o bbq . && ./bbq
Listens on :8080. Set PORT and BBQ_DB env vars to override.
Docker
docker compose up -d --build
Runs on 127.0.0.1:8090. Data persists in a bbq-data volume.
Reverse proxy (Caddy)
bbq.example.com {
reverse_proxy localhost:8090
}
Regenerate DB layer
$(go env GOPATH)/bin/sqlc generate
Description
Languages
Go
61.2%
HTML
38.1%
Dockerfile
0.5%
Makefile
0.2%