Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Server of RecipeBook

This project is a simple Express server that uses JSON Server for rapid API prototyping and Multer for handling file uploads. It provides a RESTful API for managing recipes, including creating new recipes and fetching existing ones.

Getting Started

These instructions will get you the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have Node.js and npm installed on your machine.

Installing

Install the project dependencies:

npm install

Running the Server

To start the server, run the following command:

npm start

The server will start on http://localhost:8080.

API Specification

The file RecibeBook contains the API specification in OpenAPI format. You can view it and try using the Swagger Editor.