Prerequisites
- Go 1.21+
- PostgreSQL
- Redis
- NATS
Setup
Air - Live Reload
For live reload during development:make dev if available.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up the Monorepo backend development environment
cd backend/go
go mod download
# Install Air globally (recommended)
go install github.com/air-verse/air@latest
# Or install into ./bin/
curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s
# Run with live reload
./bin/air
make dev if available.