{"id":21561226,"url":"https://github.com/codecaiine/udacity-cloud-dev-project-2","last_synced_at":"2026-04-20T13:06:20.072Z","repository":{"id":78080434,"uuid":"535376729","full_name":"codecaiine/udacity-cloud-dev-project-2","owner":"codecaiine","description":"Udagram is a microservice that allows users to register and log into a web client, post photos to the feed, and process photos using an image filtering.","archived":false,"fork":false,"pushed_at":"2022-09-19T21:47:09.000Z","size":747,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-06-14T04:40:03.132Z","etag":null,"topics":["aws","microservice","postgresql"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codecaiine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-11T17:40:22.000Z","updated_at":"2023-03-10T12:41:42.000Z","dependencies_parsed_at":"2023-06-15T01:45:46.613Z","dependency_job_id":null,"html_url":"https://github.com/codecaiine/udacity-cloud-dev-project-2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codecaiine/udacity-cloud-dev-project-2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecaiine%2Fudacity-cloud-dev-project-2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecaiine%2Fudacity-cloud-dev-project-2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecaiine%2Fudacity-cloud-dev-project-2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecaiine%2Fudacity-cloud-dev-project-2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecaiine","download_url":"https://codeload.github.com/codecaiine/udacity-cloud-dev-project-2/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecaiine%2Fudacity-cloud-dev-project-2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32048460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","microservice","postgresql"],"created_at":"2024-11-24T09:19:53.305Z","updated_at":"2026-04-20T13:06:20.061Z","avatar_url":"https://github.com/codecaiine.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Udagram Image Filtering Microservice\n\nUdagram 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.\n\nThe project is split into three parts:\n1. [The Simple Frontend](https://github.com/udacity/cloud-developer/tree/master/course-02/exercises/udacity-c2-frontend)\nA basic Ionic client web application which consumes the RestAPI Backend. [Covered in the course]\n2. [The RestAPI Backend](https://github.com/udacity/cloud-developer/tree/master/course-02/exercises/udacity-c2-restapi), a Node-Express server which can be deployed to a cloud service. [Covered in the course]\n3. [The Image Filtering Microservice](https://github.com/udacity/cloud-developer/tree/master/course-02/project/image-filter-starter-code), the final project for the course. It is a Node-Express application which runs a simple script to process images. [Your assignment]\n\n\n### Setup Node Environment\n\nYou'll need to create a new node server. Open a new terminal within the project directory and run:\n\n1. Initialize a new project: `npm i`\n2. run the development server with `npm run dev`\n\n### Create a new endpoint in the server.ts file\n\nThe starter code has a task for you to complete an endpoint in `./src/server.ts` which uses query parameter to download an image from a public URL, filter the image, and return the result.\n\nWe've included a few helper functions to handle some of these concepts and we're importing it for you at the top of the `./src/server.ts`  file.\n\n```typescript\nimport {filterImageFromURL, deleteLocalFiles} from './util/util';\n```\n\n### Deploying your system\n\nFollow the process described in the course to `eb init` a new application and `eb create` a new environment to deploy your image-filter service! Don't forget you can use `eb deploy` to push changes.\n\n### My Elastic Beanstalk Endpoint\nhttp://image-filter-starter-code-dev2222222222222222222222222222222222.us-east-1.elasticbeanstalk.com/filteredimage?image_url=https://cdn.pixabay.com/photo/2014/02/27/16/10/flowers-276014_960_720.jpg\n\n👤 **Yannick-Noel AKA**\n\n- Location: Côte d'Ivoire\n- GitHub: [@codecaiine](https://github.com/codecaiine)\n- Twitter: [@yannicknaka](https://twitter.com/yannicknaka)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/yannick-no%C3%ABl-aka/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/codecaiine/udacity-cloud/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n\n## Acknowledgments\n\n- Thanks to Udacity \u0026 Alx\n- [@ugogineering](https://github.com/ugogineering)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecaiine%2Fudacity-cloud-dev-project-2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecaiine%2Fudacity-cloud-dev-project-2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecaiine%2Fudacity-cloud-dev-project-2/lists"}