Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nezihesozen/image-processing-microservice-on-aws

Udacity Nanodegree Program Cloud Developer Course- 2nd Project: Image Processing Microservice on AWS
https://github.com/nezihesozen/image-processing-microservice-on-aws

Last synced: 6 days ago
JSON representation

Udacity Nanodegree Program Cloud Developer Course- 2nd Project: Image Processing Microservice on AWS

Awesome Lists containing this project

README

        

# Full Stack Apps on AWS Project

You have been hired as a software engineer to develop an application that will help the FBI find missing people. The application will upload images to the FBI cloud database hosted in AWS. This will allow the FBI to run facial recognition software on the images to detect a match. You will be developing a NodeJS server and deploying it on AWS Elastic Beanstalk.
You will build upon the application we've developed during the lessons in this course. You'll complete a REST API endpoint in a backend service that processes incoming image URLs.

![Dashboard Elastic Beanstalk](deployment_screenshots/elasctic_beanstalk_environments_preview.PNG "Dasboard Elastic Beanstalk")

## Testing

Successful URL responses should have a 200 code. Ensure that you include error codes for the scenario that someone uploads something other than an image and for other common errors.

![Running App on Local Host](images/running_app_on_localhost.PNG "Running App on Local Host")

![Running App on Elastic Beanstalk](images/running_app_on_eb.PNG "Running App on Elastic Beanstalk")

## License

[License](LICENSE.txt)