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