juliencain / PLANKPAL

An application to help skaters keep track of their skateboard decks
0 stars 0 forks source link

create all necessary functions #6

Open juliencain opened 2 months ago

juliencain commented 2 months ago

As a user, I want to have the ability to create, view, update, and delete planks and accessories.

Acceptance Criteria:

Implement promises to handle the POST, GET, PATCH, and DELETE operations for planks and accessories. On the app, ensure that clicking the "View," "Edit," and "Delete" buttons performs their respective functions correctly.