Skip to content

aljathmi/UdacityProject3

Repository files navigation

UdacityProject3

Project 3 for Udacity Cloud Developer Course

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.

Tasks

Setup Docker Environment

You'll need to install docker https://docs.docker.com/install/. Open a new terminal within the project directory, go to docker folder and run:

  1. Build the images: docker-compose -f docker-compose-build.yaml build --parallel
  2. Push the images: docker-compose -f docker-compose-build.yaml push
  3. Run the container: docker-compose up

About

Project 3 for Udacity Cloud Developer Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published