Este es el servidor desarrollado con Express + Sequelize + PostgreSQL para gestionar recetas en tu aplicación.
El servidor realiza las siguientes tareas:
-
Buscar recetas desde la API y filtrar:
- Utiliza una API para obtener información sobre recetas.
- Implementa filtros para buscar recetas específicas.
-
Crear nuevas recetas ingresándolas a la base de datos:
- Permite a los usuarios agregar nuevas recetas a la base de datos.
- Utiliza Sequelize para interactuar con la base de datos PostgreSQL.
Para comenzar a utilizar este servidor, sigue estos pasos:
-
Clona este repositorio:
git clone https://github.com/DaniDell/PI-foood-Back.git
This is the server developed with Express + Sequelize + PostgreSQL to manage recipes in your application.
The server performs the following tasks:
-
Search for recipes from the API and filter:
- Utilizes an API to obtain information about recipes.
- Implements filters to search for specific recipes.
-
Create new recipes by adding them to the database:
- Allows users to add new recipes to the database.
- Uses Sequelize to interact with the PostgreSQL database.
To start using this server, follow these steps:
-
Clone this repository:
git clone https://github.com/DaniDell/PI-foood-Back.git