loco-rs 1.0.1

The one-person framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: Scaffolding full CRUD with HTML views
description: Loco generators are very powerful. Generate a full CRUD app with a single command, by including the main entity type and its set of fields. Loco will generate models, controllers, views, and migrations for you.
pubDate: 2024-06-14
updatedDate: 2024-06-14
authors:
  - team-loco
episode: "003"
youtube: EircfwF8c0E
---

Reference material for this episode:

* Loco.rs docs: [routes in controllers]https://loco.rs/docs/the-app/controller/#routes-in-controllers
* The [SaaS starter]https://loco.rs/docs/starters/saas/
* The [REST API starter]https://loco.rs/docs/starters/rest-api/