RustleUp

Chef is running

This bootstrap starts the shared backend runtime with Phoenix for browser and API surfaces, `RustleUp.Repo` for relational read models, and `RustleUp.Commanded.App` backed by `RustleUp.EventStore` for the write side.

Web

Phoenix

Browser and JSON pipelines are ready.

Query

Ecto Repo

Read models live in PostgreSQL.

Write

Commanded

Blank CQRS shell with EventStore wiring.

Endpoints

Home
`GET /`
Health
`GET /api/health`
Next step
Add the first RustleUp.<Domain> context.