Skip to content

web081/image-filter-starter-project

Repository files navigation

Udagram Image Filtering Microservice

Udagram is a simple cloud application developed alongside the Udacity Cloud Engineering Nanodegree. It allows users to register and log into a web client, post photos to the feed, and process photos using an image filtering microservice.

image-filter-starter-project

Starting the server with npm run dev runs a local instance of the server with no errors

The stubbed @TODO1 endpoint in src/server.ts is completed and accepts valid requests including:

Images

Successful responses have a 200 code

An endpoint URL for a running elastic beanstalk deployment (EB_URL) has been submitted along with the project submission. This endpoint responds to valid GET requests including: [Project Get Request] (http://project-2-kola-dev.us-east-1.elasticbeanstalk.com/filteredimage?image_url=https://i.picsum.photos/id/727/200/300.jpg?hmac=YAlAwltwjf1ivXTPLvMU4JLzPsOLmXi9_O1aoYF7hcg)

The project was deployed using the AWS Elastic Beanstalk CLI eb init, eb create and deployed

About

aws api cloud project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published