ApiRest Dependencies npm i express morgan npm i nodemon -D npm i lodash To execute inside the directory api-rest and run on console npm run dev The RestApi have the following endpoints Get all authors Get all books with the author Add an author Add a book Modify an author Modify a book Delete a author Delete a book