# songwhip-images

A dynamic image resizing proxy service and endpoint for uploading/deleting images to/from our S3 Bucket.

## Prerequisites

- Node.js configured repo\
  https://www.notion.so/Node-js-project-setup-guide-86feadffeb304962b06e6b1bb8f09213
- Vercel CLI

## Running

- Create a `.env` file based on the `.env.shadow` template
- Run `yarn dev` to start a Vercel dev server

## Testing

- Run `yarn test` to check for format, lint or types errors.
