Advanced Web Track Nano Degree Project -Udacity
Image Processing App with an express server that manipulates images based on a server request with the dimensions and the image name.
-
install dependencies
-
build script to compile ts
npm run build
-
start local server on port: 3000 with the command:
npm run mon
-
navigate to localhost:3000/image??filename=hunt&w=200&h=200
-
the server will return/display the image with the new dimensions
-
jasmine test command
npm run test
-
eslint & prettier command
npm run prettylint
🤩 Leave a ⭐ if you like it, Please!
📫 Please hit me up at mohammed.yuossry@gmail.com if you have any feedback or improvements.