An open API service indexing awesome lists of open source software.

https://github.com/radenkovic/photo-plumber

A CLI tool to resize images to multiple sizes, store them on AWS S3 and in MongoDB
https://github.com/radenkovic/photo-plumber

aws cli image-uploader javascript mongodb node s3 sharp

Last synced: 2 months ago
JSON representation

A CLI tool to resize images to multiple sizes, store them on AWS S3 and in MongoDB

Awesome Lists containing this project

README

          

# Photo Plumber

A simple CLI tool to resize images to multiple sizes, then upload them to __AWS S3__ and store data in __MongoDB__ with a single command.

![Photo Plumber GIF](https://i.imgur.com/7muzzbK.gif)

## Getting started

1. `git clone https://github.com/radenkovic/photo-plumber`

2. `yarn`

3. Edit `.env.example` and rename it to `.env`

4. Add some photos in the `input` folder

5. `yarn start` and enjoy!

## The Pipeline

![Flow](https://i.imgur.com/PYOb97L.png)

## Commands

TBD.