2022-12-05 12:58:16 +00:00
# Floriday
2023-05-17 06:27:30 +00:00
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.
2022-12-05 12:53:30 +00:00
2023-05-17 06:27:30 +00:00
We turn flowers into data! :D
2022-12-05 12:53:30 +00:00
2023-04-04 18:14:20 +00:00
## Requeriments
* Git
* Nodejs (v15.14.0 or higher)
2023-05-17 06:27:30 +00:00
* Docker (Optional, used to manage local server)
2023-04-04 18:14:20 +00:00
## Installation
Pull from repository.
2023-05-17 06:27:30 +00:00
```
$ git clone https://gitea.verdnatura.es/guillermo/floriday.git
```
2023-04-04 18:14:20 +00:00
Run this commands on project root directory to install Node dependencies.
```
2023-05-17 06:27:30 +00:00
$ npm install
2023-04-04 18:14:20 +00:00
```
2023-01-11 12:13:22 +00:00
2023-05-17 06:27:30 +00:00
Copy *.env_template* , put the name *.env* and configure it.
2023-05-15 12:19:43 +00:00
2023-05-17 06:27:30 +00:00
## How to run
Execute this command in project path.
2022-12-19 13:34:39 +00:00
```
2023-05-17 06:27:30 +00:00
$ node main
2022-12-19 13:34:39 +00:00
```
2022-12-05 12:58:16 +00:00
2023-04-04 18:14:20 +00:00
## Built With
2023-01-09 10:59:07 +00:00
2023-05-17 06:27:30 +00:00
* [Git ](https://git-scm.com/ )
* [Nodejs ](https://nodejs.org/ )
* [Sequalize ](https://sequelize.org/ )
* [Docker ](https://www.docker.com/ )