Coder Social home page Coder Social logo

mdemianchuk / web-resume Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 413 KB

Web resume builder with seamless deployment to AWS CloudFront, backed by Terraform and GitHub Actions. A user can opt in for their own domain name and ACM certificate.

JavaScript 10.37% HTML 1.64% Vue 36.55% SCSS 3.10% HCL 48.35%
resume-template resume-website resume-builder cloudfront github-actions s3 terraform route-53

web-resume's Introduction

Description

Web resume builder with seamless deployment to AWS CloudFront, backed by Terraform. Users can opt in for their own domain name and ACM certificate. Additionally, users can choose to be notified when application errors occur. The CI/CD pipeline for multi-environment deployment is implemented using GitHub Actions and Terraform Workspaces.

Application Requirements

How to Run Locally

  1. Install the dependencies:
    yarn install
  2. Start a development server:
    yarn serve

Deployment Strategy

The backend infrastructure has two environments: staging and prod. To limit the cloud infrastructure to a single AWS account, the environments are represented by two AWS Regions:

  1. A staging (test-resume.nickdemianchuk.com / us-east-2) deployment is triggered by opening a Pull Request against main branch.

  2. A prod (resume.nickdemianchuk.com / us-east-1) deployment is triggered by pushing a commit into main branch, which occurs when a PR is merged.

This strategy allows for testing of new features by deploying changes to staging environment prior to merging the code into main.

Infrastructure

The backend infrastructure for the application consists of an S3 bucket for the source files and a CloudFront distribution. Additionally, users can opt in for a custom domain and ACM certificate (a pre-existing hosted zone is required).

AWS Infrastructure

Infrastructure Cleanup

You can clean up the AWS infrastructure by using the Terraform Destroy workflow. When running, you can select an environment to destroy.

web-resume's People

Contributors

mdemianchuk avatar

Watchers

 avatar

web-resume'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.