Open git-union-dev[bot] opened 7 months ago
As a registered user, I want to be able to view a list of properties so that I can browse through available real estate options.
/api/properties
sequenceDiagram participant User participant Auth participant API User->>+Auth: Request (with credentials) Auth-->>-User: Response (Authenticated) User->>+API: GET /api/properties API-->>-User: Property list JSON
Property Listing API
As a registered user, I want to be able to view a list of properties so that I can browse through available real estate options.
Acceptance Criteria
/api/properties
is available.