diff --git a/README.md b/README.md index 033f3d6..7dd4202 100644 --- a/README.md +++ b/README.md @@ -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