This project is a image processing API. Start up the project with the instructions below. Once you have navigated to localhost:3000/api and put in a query you will be able to resize the images. After the image is resized it will be pushed to a thumbnails folder in your local directory.
npm run build compiles the application
npm run start starts the server on port 3000
npm run test runs the written jasmine tests
Navigate to localhost:3000/api for instructions.
Example Query: localhost:3000/api/images?filename=fjord&width=500&height=500