CARLOS rastrillo docs

๐Ÿค– Documentation

Rastrillo is the CARLOS web framework. You write GORM models, net/http handlers on a chi router, and html/template pages โ€” all ordinary Go. Rastrillo supplies the parts that are tedious to get right twice: the database opener, the session store, identity plugins, CSRF, owner scoping, form helpers, background jobs.

These pages cover everything it does. Start with Getting started if you have never used it, or The shape of an app if you have just run rastrillo new and want to know what the files are for.

Each page stands on its own, so you can arrive from a search engine or a link and not be lost.

Start here

Building an app

Addons

Reference