Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 709 Bytes

File metadata and controls

33 lines (22 loc) · 709 Bytes

Instagram Clone Service

Instagram Clone Service is a simple image sharing Service built using using aws serverless lambda.

FEATURES

Instagram Clone Service you can:

  • Login using google auth0
  • Add photos
  • view a list of all photos
  • Update photo caption
  • Like photos
  • Delete a photo

Requirements

  • Node v12.x
  • Serverless framework
  • AWS resorusces such as S3, DynamoDB
  • Auth0 setup

Installation

  1. Clone the repository

  2. Install dependencies npm install

Here is the frontend repo

https://github.com/hariclerry/instagram-clone-aws-frontend

Ref: Some of the code used in this project are from https://github.com/udacity/cloud-developer just for learning purpose