Skip to content

Add some menu items to the database #20

@lnardon

Description

@lnardon

This requires the issue #18 to be completed and deployed.

Add a few mock items to the database to be displayed.

interface Item {
  id: string
  title: string;
  description: string;
  price: number;
  image: string;
  category: string;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions