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

https://github.com/cobypear/image-repo

Shopify Coding Challange
https://github.com/cobypear/image-repo

Last synced: 5 months ago
JSON representation

Shopify Coding Challange

Awesome Lists containing this project

README

          

# Shopify Challenge Image Repository

View deployed application here: https://guarded-bayou-88466.herokuapp.com/

### Description

This is an image repository aka photo gallery app. You can view, upload, and download photos.

Currently the image repository is publicly viewable and there are no extra permissions required to upload or download images.

Images are automatically deleted from the bucket after 25 days from date of upload.

### Technology

- HTML
- CSS
- Node.js
- Google Cloud Storage
- Multer
- Express
- Heroku

### Future Development

- authorization and private collections
- add keywords to image uploads
- search by keywords or image titles
- automatically blur NSFW content with GCP Cloud Vision API