This project takes an app created by Ursa's @grutt via Udacity, adds to it by providing an API endpoint to serve the filtered image, and deploy it to the Cloud using AWS Elastic Beanstalk.
I'm responsible for the API endpoint code demarcated by '@TODO1' in the file src/server.ts as well as for the deployment of the app into the Cloud using AWS Elastic Beanstalk.
As of Monday noon, Aug 19, 2019 EST, you can visit the microservice at this url: http://gsimagefilter-dev.us-east-2.elasticbeanstalk.com.
To test this project code with your machine:
- Click on the green
Clone or download
button on this page: https://github.com/call900913/cdnd-rchristy-project2. Follow the instructions provided. - On your command line, navigate to the folder and run
npm install
. - Next, run
npm run dev
. - Open up your browser and type in
localhost:8082
in the address bar.