You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to delete a recipe
Description:
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 #45