Recipes Website API

Welcome to the repository for the backend API of our Recipes Website. This repository hosts the Node.js server that provides the REST API endpoints used by our recipes website.

Getting Started

To get the server up and running on your local machine, follow these simple steps.

Prerequisites

Ensure you have Node.js installed on your computer. If not, you can download and install it from Node.js official website.

Execute the following command to start the server:

node server_connection.js

Open a web browser and go to localhost:3000 to access the REST API.

Features This API provides access to a rich collection of recipes, supporting operations such as: Retrieving all recipes Searching for recipes by ingredients, cuisine, etc. Adding new recipes Updating existing recipes Deleting recipes