Readme changes

This commit is contained in:
Pau 2022-12-05 13:58:16 +01:00
parent 40ab45d1d1
commit 9d20ba5314
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# floriday
# Floriday
Requires [Node.js](https://nodejs.org/en/) v14.x.x or higher.
@ -12,6 +12,10 @@ The Floriday service project should perform the following tasks:
This is done using the [Sequelize](https://sequelize.org/) ORM and storing the data as it is received from the API,
so it can be compared with the previous data.
## Guidelines
- In case a new model is created, it must be created in the `models` folder and follow the same structure as the other models.
To install dependencies:
```bash