This Project is required by Egfwd / Udacity scholarship . You should be able to delete your thumbnail images and see them recreated when accessing the appropriate endpoints.
Open the terminal/cmd in Image-Processing-Api folder and run the following command => npm start .
Now that the server is running you can access various endpoint in this project there is two main endpoints preview/ and resize/ .
Use the following url => http://localhost:3000/preview?filename=fjord
Use the following url => http://localhost:3000/resize?filename=fjord&width=500&height=500
Open the terminal/cmd in Image-Processing-Api folder and run the following command => npm test .