Skip to content

AnchorArray/rally-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Rally API

Go backend service for rallynear.me.

Handles events, RSVPs, search, federation engine, and real-time updates.

Stack

  • Go 1.23+
  • PostgreSQL + PostGIS + pgvector (via sqlc)
  • ECS Fargate deployment

Development

go run cmd/api/main.go

Structure

cmd/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

About

Rally API — Go backend service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages