A under construction clean, modular boilerplate to get a Rust web API up and running quickly.
- Axum: For the web layer (backend).
- SeaORM: For typed database entities and migrations.
- PostgreSQL: Out-of-the-box support for read/write splitting.
- Workspace-based: Logic is split into
crates/