Code Monkey home page Code Monkey logo

imgur-clone's Introduction

Imgur Clone

Build Deploy Vue Issues Size License

This is currently live at http://image-repo-frontend.s3-website.us-east-2.amazonaws.com/

Features

  • Account registration and login using Amazon Cognito
    • If you would like to test it without your email, please use a service like temp-mail.org
  • Secure upload to S3 bucket when logged in
    • Upload one or multiple images using drag and drop
    • You can access the images at https://dev-image-repo-bucket.s3.us-east-2.amazonaws.com/your-image-name.png
  • CI/CD using Github Actions .github/workflows
    • Build, lint and deploy Vue frontend in S3 bucket
    • Deploy AWS Lambda functions using Serverless CLI
    • Use Terraform to plan and apply infrastructure
    • Unit test Vue frontend
  • Populate home page with latest images from S3 bucket
  • Access control for private/public images
  • Secure deletion of images
    • This should use Cognito Auth to delete images from DB if the user owns that image
  • Automatic tagging based on image features using Rekognition
  • Search DynamoDB based on filenames and tags

Local Deployment

Install Vue CLI

yarn global add @vue/cli

Serve a local version of the frontend

cd ./frontend
yarn install
yarn serve

Resources

imgur-clone's People

Contributors

dependabot[bot] avatar ptaranat avatar

Watchers

 avatar

imgur-clone's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.