This API allows you to resize images by width and hight
resize endpoint: localhost:3000/images/resize?filename=(filename)&width=(new width)&hight=(new hight)
try this working endpoint: http://localhost:3000/images/resize?filename=encenadaport&width=200&hight=200
$ npm install
$ npm run start
$ npm run build
$ node dist/routes/index
$npm run test
$npm run jasmine
$npm run lint
$npm run prettier