diff --git a/docs-site/content/casts/003-scaffolding-crud-with-html.md b/docs-site/content/casts/003-scaffolding-crud-with-html.md new file mode 100644 index 000000000..204cf5e6c --- /dev/null +++ b/docs-site/content/casts/003-scaffolding-crud-with-html.md @@ -0,0 +1,22 @@ ++++ +title = "Scaffolding full CRUD with HTML views" +description = "Scaffolding full CRUD with HTML views" +date = 2024-06-14T09:19:42+00:00 +updated = 2024-06-14T09:19:42+00:00 +draft = false +template = "casts/page.html" + +[taxonomies] +authors = ["Team Loco"] + +[extra] +num = "003" +id = "i3B0Gh2jmkI" + ++++ + +Reference material for this episode: + +* Loco.rs docs: [routes in controllers](https://loco.rs/docs/getting-started/scaffold/) +* The [SaaS starter](https://loco.rs/docs/starters/saas/) +* The [REST API starter](https://loco.rs/docs/starters/rest-api/)