Skip to content

Add the ability to delete a recipe #51

Description

@sephh

Users should be able to delete a recipe from the recipe list.

  • Add a DELETE /recipes/:id endpoint in src/routes.js
  • Remove the recipe row from the SQLite database
  • Add a "Delete" button to the recipe detail view
  • Write a test that confirms a deleted recipe returns 404

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