website for school project. basically, im making a checklist for users to add cards inside, however i am unable to edit or delete the card
when I click on the button ‘edit’ and ‘delete’, it does not show me the checklist/:id/card/:id . the IDs are not showing up. however, when i am in Mysql database, I am able to see the cards and delete it manually. so, i am not sure what the problem is…
Details ejs not working after database query
I have a context in node.js called Blog which displays the blogs which users have inputed to the database on one webpage. I then have a method which after a user clicks on the blog then tries to display a webpage with just the one blog entry. It queries by the ID of the blog post here is the code in the app.js file.