Code Monkey home page Code Monkey logo

deploystack-serverless-e2e-photo-sharing-app's Introduction

Build an serverless end-to-end photo sharing application with Google Cloud

This repo will help you create an end-to-end social media web app with Google Cloud and Terraform architecture

Components created:

  • Cloud Run - which will run the app as the main server
  • Cloud SQL - To store relational database such as user info, posts
  • Cloud Storage - To store non-relational database such as post media
  • Cloud Load Balancer - To server traffic with multiple regions
  • Cloud DNS - To map custom domain
  • Cloud Build - To automatically deploy your app from gcloud
  • Secret Manager - To improve the security of the app
  • Cloud VPC - To connect Cloud SQL with Cloud Run via Private improve
  • Cloud DNS - to store static cache for faster connections
  • Translation API - to translate the post caption if it is in another language

What you can do with this app:

  • Create post with media and caption
  • Search users
  • View newsfeed
  • Follow other users
  • Change profile picture
  • Translate the post caption to English

Install

You can install this application using the Open in Google Cloud Shell button below.

Open in Cloud Shell

Clicking this link will take you right to the DeployStack app, running in your Cloud Shell environment. It will walk you through setting up your architecture.

Cleanup

To remove all billing components from the project

  1. Remove componets with terraform apply -auto-approve -var=project=${PROJECT}
  2. Typing deploystack uninstall

How to run

  1. Create project with billing enabled, and configure gcloud for that project

    export PROJECT_ID=foobar
    gcloud config set project $PROJECT_ID
    
  2. Configure default credentials (allows Terraform to apply changes):

    gcloud auth application-default login
    
  3. Enable base services:

    gcloud services enable \
      cloudbuild.googleapis.com \
      run.googleapis.com \
      vpcaccess.googleapis.com
    
  4. Build base image

    gcloud builds submit
    

    Check the output url from Cloud Run

Run locally

Run PRODUCTION_MODE="production" python3 manage.py runserver --insecure 0.0.0.0:8080

This is not an official Google product.

deploystack-serverless-e2e-photo-sharing-app's People

Contributors

chrislevn avatar

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.