Go backend service for rallynear.me.
Handles events, RSVPs, search, federation engine, and real-time updates.
- Go 1.23+
- PostgreSQL + PostGIS + pgvector (via sqlc)
- ECS Fargate deployment
go run cmd/api/main.gocmd/api/ — entrypoint
internal/
handlers/ — HTTP handlers
middleware/ — auth, logging, CORS
models/ — domain types
federation/ — smart grouping engine
db/ — sqlc generated code + queries
migrations/ — SQL migrations