/chakula-app

This is recipe app that sits on a Node js backend and Vanilla js front end

Primary LanguageJavaScript

Swahili-Recipe API

API Endpoints

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.