Create the PostgreSQL database:
createdb rwf_turbo
Run the app:
cargo run
This app demonstrates:
- Tight integration of Rwf with Turbo
- WebSockets
- Stimulus controllers
- Rwf controllers
- Migrations
- Querying the database using the ORM
And how everything ties together to build a Single Page Application.