Skip to content

Repository for project two of the Udacity Cloud Developer Nanodegree.

Notifications You must be signed in to change notification settings

michaelsimsoe/Udagram-Image-Filtering-Microservice

Repository files navigation

Udagram Image Filtering Microservice

Skjermbilde 2021-01-14 kl  20 39 52

Project objective

Submit an application to AWS Elastic Beanstalk.

Course details - Full Stack Apps on AWS

Cloud Developer - NANODEGREE PROGRAM

In this project, you will develop a cloud-based application for uploading, listing, and filtering images. You will use Node.js/Express, a popular Javascript framework for networked application development. You will implement a REST API to issue commands using HTTP, store data in Amazon Web Services Relational Data Service (RDS) and S3, extend the codebase with secure authentication signon features, and deploy to Amazon Web Services Elastic Beanstalk. These are the hard skills you’ll need in any Cloud developer role.

Development

npm install
npm run dev

Running locally

Path Description
http://localhost:8082/ friendly message
http://localhost:8082/filteredimage?image_url=<PATH_TO_IMG> image filter enpoint

Postman

Import cloud-cdnd-c2-final.postman_collection.json in Postman if you want a better development experience.

Production

Builds the project inside www and create a zip named Archive inside it.

npm run build

About

Repository for project two of the Udacity Cloud Developer Nanodegree.

Topics

Resources

Stars

Watchers

Forks