Installation & Setup
Complete guide to installing and configuring a Runique project.
| Module | Description |
|---|---|
| Prerequisites & Initial Setup | Rust, cargo install runique, create a project, run |
| Database | SQLite (dev), PostgreSQL (prod) |
| Migrations | makemigrations, migrate up/down/status |
| Runique CLI | create-superuser, new, start |
| Troubleshooting | Common errors and solutions |