You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This API is a simple Image resizing App where you can enter the image details in the URL and then the resized image is created for you.
Image details include the Image's name, width, and height.
Some validation is carried out on the entered parameters.
The Used Technology
Sharp is used for the image's resizing.
Typescript is used for coding.
validator is used for validations.
Eslint is used for linting.
prettier is used for formatting.
Jasmine/supertest are used for Unit testing.
Nodemon utility is used to detect code changes.
Express is used for routing and HTTP utility methods.