Страницы · togo
Getting started
Install the CLI:
bash
Create and run an app:
bash
- API → http://localhost:8080 (GraphQL
/graphql, REST/api, docs/docs) - Web → http://localhost:3000
Prerequisites
- Go 1.26+
- Node 18+ (frontend)
- sqlc (
brew install sqlc) for typed queries - Atlas (
brew install ariga/tap/atlas) for migrations - Postgres (or Supabase) —
docker compose up -d
Keep the CLI current
bash