On This Page
Build a real app
This is the reference implementation for building a backoffice with Mateu.
Steps
- Define domain
- Create query services
- Create use cases
- Build ViewModels
- Create CRUD adapters
- Expose with orchestrators
- Add navigation
- Add UI feedback
What you get
- full UI
- navigation
- validation
- CRUD flows
- relationships
- browser interaction
Key idea
You are not building:
- backend + frontend
You are building:
one model → full app
Mental model
- model → everything
- Mateu → rendering + wiring