Skip to content

Create REST endpoints to fetch saved lists. #13

@JonathanPschl

Description

@JonathanPschl

Description

Expose the data stored in the database to the client.

Acceptance Criteria

  • GET /api/history: Returns a summary of the last 10–20 recipes, including ID, Name, and Date.
  • GET /api/history/{id}: Returns the full details and ingredient list for a specific recipe record.
  • Ensure the server properly maps DB entities to the DTOs used by the client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions