Image-processing-api-Udacity

=> To install devDependencies & dependencies =>

npm i

=> Scripts of project

"lint": "eslint ./src/**/*.ts",

"lint-fix": "eslint ./src/**/*.ts --fix",

"prettier": "prettier ./src/**/*.ts --write",

"build": "npx tsc",

"jasmine": "jasmine",

"test": "npm run build && npm run jasmine",

"start": "nodemon src/index.ts"

=> Endpoints

To view Images with full size try the following link "http://localhost:3000/image/{imagename}"

To view Images after Reshaped size try the following link and change the query params

To Reshaping images follow this link and modifiy params