Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nezihesozen/image-processing-microservice-on-aws
- Owner: NeziheSozen
- License: other
- Created: 2024-06-09T18:14:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T12:01:45.000Z (5 months ago)
- Last Synced: 2024-06-22T21:23:13.013Z (5 months ago)
- Language: JavaScript
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
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)