This app demonstrates image filtering similar to Instagram on AWS.
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
- Create a new application on Elastic Beanstalk:
eb init
- Create a new environment on Elastic Beanstalk:
eb create
- Deploy to Elastic Beanstalk:
eb deploy
- AWS Elastic Beanstalk - AWS deployment and scaling service used
- Node.js® - The JavaScript runtime used
- Express.js® - The web application framework used
- Pemberai Sweto - Initial work - Udagram Image Filter App
- This project is licensed under the MIT License - see the LICENSE.md file for details
- Copyright 2020 © Pemberai Sweto.