EndPoint | Functionality |
---|---|
GET /recipe | Get all the recipes. |
GET /recipe/ | Fetch a specific recipe. |
POST /recipe | Place a new recipe. |
PATCH /recipe/ | Update the status of an recipe. |
DELETE /recipe/ | Update the status of an recipe. |
ClintMaruti/chakula-app
This is recipe app that sits on a Node js backend and Vanilla js front end
JavaScript