- Backend: Go (
net/http+ embedded FS) - Frontend: React + Rsbuild + pnpm
- Database: PostgreSQL
- Migrations: Goose
- SQL generation: sqlc
Requires Go ≥ 1.25, pnpm, make and container engine running locally.
make dev.
├── cmd/
│ └── borg/ # main entrypoint
├── pkg/
│ ├── db/ # database setup and interfaces
│ ├── config/ # configuration management
│ └── router/ # http routes and handlers
└── web/ # React SPA source