ndswimming92 / noteworthy-fe-capstone

Notetaking app in react
1 stars 0 forks source link

Create Postman API Calls #18

Open ndswimming92 opened 7 months ago

ndswimming92 commented 7 months ago

Get All Notes

image

Get Single Note

image

Get Note by UID

Image

Post a Note

image

Patch Note

image

Delete Note

image