npm run test
npm run start
npm run build
npm run lint
npm run prettier
- html maping in the /api and the home page
- if image requested with diffrent sizes it will be cached for each size
- list the images in the server
- custom error handling
- providing help to the api user if there is a problem
- To go to the main page use the following url
- To go to the API list use the following url
- to go to the Image Processing API use the following url
- to list the images in the database use the following url
To use the API correctly you must provide the following query parameters
- filename for the image name you want to process
- width for the width of the image you want to process
- hight for the height of the image you want to process for example for a link to the image you want to process
http://localhost:3000/api/image?filename=encenadaport&width=200&hight=200