This project is made based on a Platzi course about creating an api RESTful.
To correctly run the project it is necessary to execute on your terminal the next commands, they would add the dependencies or libraries we worked on it. By changing the directory in which you have the folder you already created or located to save this project:
npm i @faker-js/faker nodemon eslint eslint-config-prettier eslint-plugin-prettier prettier -D npm i express
In order to manage the errors we also add boom from @hapi library
npm i @hapi/boom