Backend Fundamentals
Backend Fundamentals is the decision guide behind the Avora workflow. Use it when you need to choose the right entity shape, relationship type, request contract, auth rule, logic-flow path, or generated-backend review point.
Data Model
Shape the information your backend stores.
Entities · Fields · Relationships
02API Contract
Define how clients exchange data.
Methods · Paths · Inputs · Outputs
03Logic Flow
Connect requests to backend behavior.
Actions · Branches · Errors
04Runtime
Generate, inspect, and validate the result.
Code · Database · Swagger · Preview
Model first
Define the data and relationships before requests depend on them.
Contract next
Give every route clear inputs, outputs, access rules, and status codes.
Verify last
Validate, generate, preview, and test the API in Swagger.
Select a stage to open the matching Backend Fundamentals explanation.
Start with these detailed docs when you need the full workflow: