Go to file
Guillermo Bonet f8e950034a refs #4823 New README and added .env_template 2023-05-17 08:27:30 +02:00
.vscode apply linter and add useful comments to the util.js functions 2023-01-09 13:35:05 +01:00
models refs #4823 Added warehouses 2023-05-16 10:24:04 +02:00
.env_template refs #4823 New README and added .env_template 2023-05-17 08:27:30 +02:00
.eslintrc.cjs added linter to the project 2023-01-09 11:59:07 +01:00
.gitignore add env variables support 2023-01-09 10:06:34 +01:00
README.md refs #4823 New README and added .env_template 2023-05-17 08:27:30 +02:00
floriday.js refs #4823 Now supports db drops 2023-05-17 07:36:58 +02:00
main.js refs #4823 Changes in structure 2023-04-06 10:56:52 +02:00
package-lock.json refs #4823 Reeplaced node-fetch to axios 2023-05-11 08:39:02 +02:00
package.json refs #4823 Reeplaced node-fetch to axios 2023-05-11 08:39:02 +02:00
utils.js refs #4823 Now supports db drops 2023-05-17 07:36:58 +02:00

README.md

Floriday

The project aims to develop an automated solution to retrieve and import Floramondo's offers into our system. Floramondo is a renowned platform for flower and plant commerce, offering a wide range of high-quality products. Our goal is to efficiently gather Floramondo's offers and seamlessly transfer the data to our system, preserving the original structure and format to facilitate future interpretation.

We turn flowers into data! :D

Requeriments

  • Git
  • Nodejs (v15.14.0 or higher)
  • Docker (Optional, used to manage local server)

Installation

Pull from repository.

$ git clone https://gitea.verdnatura.es/guillermo/floriday.git

Run this commands on project root directory to install Node dependencies.

$ npm install

Copy .env_template, put the name .env and configure it.

How to run

Execute this command in project path.

$ node main

Built With