Build your first NestGo application in under 5 minutes.
go install github.com/nestgo/nestgo/cmd/nestgo@latestnestgo new my-api
cd my-apinestgo devThe server starts at http://localhost:8080. Changes auto-reload.
curl http://localhost:8080/api/v1/healthExpected response:
{
"status": "ok",
"timestamp": "2026-04-18T10:30:00Z"
}