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.
These instructions will get you the project up and running on your local machine for development and testing purposes.
You need to have Node.js and npm installed on your machine.
Install the project dependencies:
npm install
To start the server, run the following command:
npm start
The server will start on http://localhost:8080
.
The file RecibeBook contains the API specification in OpenAPI format. You can view it and try using the Swagger Editor.