Readme changes
This commit is contained in:
parent
40ab45d1d1
commit
9d20ba5314
|
@ -1,4 +1,4 @@
|
||||||
# floriday
|
# Floriday
|
||||||
|
|
||||||
Requires [Node.js](https://nodejs.org/en/) v14.x.x or higher.
|
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,
|
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.
|
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:
|
To install dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue