Goal
Polish the existing lago new to produce a turnkey starter (env chain wired, secure-by-default middleware preinstalled, .air.toml at the root, sample resource included).
Acceptance criteria
- Scaffolded project runs immediately after
go run .
- Generated app has SecurityHeaders + BodyLimit + RateLimit + CORS middleware applied
- Sample User CRUD with migration + seeder + controller end-to-end
- README in the generated project explains next steps
Goal
Polish the existing
lago newto produce a turnkey starter (env chain wired, secure-by-default middleware preinstalled, .air.toml at the root, sample resource included).Acceptance criteria
go run .