Skip to content

Udacity Capstone Project (Udagram: Your Own Instagram on AWS) : Cloud Developer Nanodegree

License

Notifications You must be signed in to change notification settings

thepembeweb/udagram-image-filter

Repository files navigation

Udagram: Your Own Instagram image filter on AWS

This app demonstrates image filtering similar to Instagram on AWS.

GitHub

Udagram Image Filter App

Installation

Setup

Clone the source locally:

$ git clone https://github.com/thepembeweb/udagram-image-filter.git
$ cd udagram-image-filter

If you're on Debian or Ubuntu, you'll also need to install nodejs-legacy:

Use your package manager to install npm.

$ sudo apt-get install npm nodejs-legacy

Install project dependencies:

$ npm install

Start the development server:

$ npm run dev

Deploying the system

  • Create a new application on Elastic Beanstalk: eb init
  • Create a new environment on Elastic Beanstalk: eb create
  • Deploy to Elastic Beanstalk: eb deploy

Built With

Authors

License

License

  • This project is licensed under the MIT License - see the LICENSE.md file for details
  • Copyright 2020 © Pemberai Sweto.

About

Udacity Capstone Project (Udagram: Your Own Instagram on AWS) : Cloud Developer Nanodegree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published