Get started here
This page is designed to get your first app running in 15 minutes.
Onboarding in 15 minutes (1 → 2)
Prerequisites (1 min)
1
Create your first project (5 min)
Create a project named: TaskFlow
Goal: a simple task app.
Modules:
- Tasks
Entities:
- Task:
- title (required)
- description
- status (New | In Progress | Review | Done)
- priority (Low | Medium | High)
- dueDate (date)
- assignedTo (relationship: 1 User)
Business rules:
- The status may only advance in this order:
New → In Progress → Review → Done
- Do not allow status to go backwards.
Minimum screens:
- Task list (filter by status and priority)
- Create/edit task
- Task detail
Reports: none.If something goes wrong (2 min)
Last updated
Was this helpful?
