Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.72 KB

README.md

File metadata and controls

68 lines (42 loc) · 1.72 KB

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.