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
- Host: GitHub
- URL: https://github.com/cobypear/image-repo
- Owner: CobyPear
- Created: 2021-01-07T00:30:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T19:14:25.000Z (over 5 years ago)
- Last Synced: 2024-12-30T09:41:57.884Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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