In the utils server we are using too many custom functions for the magazines fake data. We could replace that using the fake-data-generator as a dev-dependency.
Current models: please respect the current type of each property
magazine: {
id: Number, // faker random number
name: String, // faker random words
articles: Array, // Please delete this one
issue: String, // faker random numbers with a '#' prefix
publisher: String // faker random words
}
Checkpoints:
In the utils server we are using too many custom functions for the magazines fake data. We could replace that using the fake-data-generator as a dev-dependency.
Current models: please respect the current type of each property
Checkpoints: